mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removes a debug print
This commit is contained in:
parent
870a08a568
commit
90ffa1eb10
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ function getTopApplications(interface_id, peer1, peer2, l7_proto_id, l4_proto_id
|
|||
if tonumber(limit) > 0 then slice_limit = limit end
|
||||
sql = sql.."limit "..slice_offset..","..slice_limit.." "
|
||||
|
||||
if(1 or db_debug == true) then io.write(sql.."\n") end
|
||||
if(db_debug == true) then io.write(sql.."\n") end
|
||||
|
||||
res = interface.execSQLQuery(sql)
|
||||
if(type(res) == "string") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue