* luci/libs/cbi: remove leftover debugging code

This commit is contained in:
Jo-Philipp Wich 2008-09-23 13:32:04 +00:00
parent c0b2cda50e
commit b869dfa552

View 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