From: Jo-Philipp Wich Date: Thu, 19 Feb 2009 23:12:34 +0000 (+0000) Subject: applications/luci-splash: remove debugging code from splashd X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8eb07fa76cc1223e50ebb14714607182e3a66698;p=openwrt-luci.git applications/luci-splash: remove debugging code from splashd --- diff --git a/applications/luci-splash/root/usr/bin/luci-splashd b/applications/luci-splash/root/usr/bin/luci-splashd index c94537fbc9..b6b877ad04 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)