applications/luci-splash: remove debugging code from splashd
[project/luci.git] / 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)