Skip to content

Commit

Permalink
Removed some test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Reynolds committed Nov 26, 2013
1 parent ce90c9e commit 70c5355
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions luasrc/model/cbi/commotion/meshconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,6 @@ local uci = require "luci.model.uci".cursor()
local sys = require "luci.sys"
local util = require "luci.util"

function log(msg)
if (type(msg) == "table") then
for key, val in pairs(msg) do
log('{')
log(key)
log(':')
log(val)
log('}')
end
else
luci.sys.exec("logger -t luci \"" .. tostring(msg) .. '"')
end
end


m = Map("wireless", translate("Configuration"), translate("This configuration wizard will assist you in setting up your router for a Commotion network."))

sctAP = m:section(NamedSection, "quickstartAP", "wifi-iface", translate("Access Point"))
Expand Down

0 comments on commit 70c5355

Please sign in to comment.