diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-02-19 23:12:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-02-19 23:12:34 +0000 |
commit | 8eb07fa76cc1223e50ebb14714607182e3a66698 (patch) | |
tree | 2aa1aa455c10146315504764f63644b8060fa15b /applications | |
parent | 593bc2df7bc51478def55b1fd20eb4b80a954c2d (diff) |
applications/luci-splash: remove debugging code from splashd
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-splash/root/usr/bin/luci-splashd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-splash/root/usr/bin/luci-splashd b/applications/luci-splash/root/usr/bin/luci-splashd index c94537fbc..b6b877ad0 100755 --- a/applications/luci-splash/root/usr/bin/luci-splashd +++ b/applications/luci-splash/root/usr/bin/luci-splashd @@ -16,7 +16,6 @@ while true do if client then client:settimeout(1) local srv - print (client:getpeername()) local ip = luci.ip.IPv4((client:getpeername())) local function find_srv(section) |