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-Tag: 0.9.0~665 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=8eb07fa76cc1223e50ebb14714607182e3a66698 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 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)