* luci/libs/cbi: remove leftover debugging code
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 23 Sep 2008 13:32:04 +0000 (13:32 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 23 Sep 2008 13:32:04 +0000 (13:32 +0000)
libs/cbi/luasrc/cbi.lua

index 296ec81..176fa45 100644 (file)
@@ -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