Removes a debug print

This commit is contained in:
Simone Mainardi 2016-04-04 19:40:55 +02:00
parent 870a08a568
commit 90ffa1eb10

View file

@ -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