projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b2cda
)
* luci/libs/cbi: remove leftover debugging code
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Sep 2008 13:32:04 +0000
(13:32 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Sep 2008 13:32:04 +0000
(13:32 +0000)
libs/cbi/luasrc/cbi.lua
patch
|
blob
|
history
diff --git
a/libs/cbi/luasrc/cbi.lua
b/libs/cbi/luasrc/cbi.lua
index 296ec815ff14379c6b1d6af51f3f3deee9e92ed5..176fa453a24864477bc40bb92549d9b40f62510a 100644
(file)
--- 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