applications/luci-splash: remove debugging code from splashd
This commit is contained in:
parent
593bc2df7b
commit
8eb07fa76c
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ while true do
|
||||||
if client then
|
if client then
|
||||||
client:settimeout(1)
|
client:settimeout(1)
|
||||||
local srv
|
local srv
|
||||||
print (client:getpeername())
|
|
||||||
local ip = luci.ip.IPv4((client:getpeername()))
|
local ip = luci.ip.IPv4((client:getpeername()))
|
||||||
|
|
||||||
local function find_srv(section)
|
local function find_srv(section)
|
||||||
|
|
Loading…
Reference in a new issue