summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-02-19 23:12:34 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-02-19 23:12:34 +0000
commit8eb07fa76cc1223e50ebb14714607182e3a66698 (patch)
tree2aa1aa455c10146315504764f63644b8060fa15b /applications
parent593bc2df7bc51478def55b1fd20eb4b80a954c2d (diff)
applications/luci-splash: remove debugging code from splashd
Diffstat (limited to 'applications')
-rwxr-xr-xapplications/luci-splash/root/usr/bin/luci-splashd1
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)