diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-23 13:32:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-09-23 13:32:04 +0000 |
commit | b869dfa552a8d267adb129296e4f7209f05af885 (patch) | |
tree | 9e7edae837c75ee63a38f3d3b5e47d8d9d61c1d7 /libs | |
parent | c0b2cda50edbe5bd39e47f776b2bc73e3d175bc4 (diff) |
* luci/libs/cbi: remove leftover debugging code
Diffstat (limited to 'libs')
-rw-r--r-- | libs/cbi/luasrc/cbi.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/cbi/luasrc/cbi.lua b/libs/cbi/luasrc/cbi.lua index 296ec815f..176fa453a 100644 --- a/libs/cbi/luasrc/cbi.lua +++ b/libs/cbi/luasrc/cbi.lua @@ -121,7 +121,6 @@ function load(cbimap, ...) end if field.name == cbid and fd then - io.stderr:write("*** CHUNK:"..tostring(#chunk).." ***\n") fd:write(chunk) end |