applications/luci-splash: remove debugging code from splashd
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Feb 2009 23:12:34 +0000 (23:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 19 Feb 2009 23:12:34 +0000 (23:12 +0000)
applications/luci-splash/root/usr/bin/luci-splashd

index c94537f..b6b877a 100755 (executable)
@@ -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)