mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removes debug prints
This commit is contained in:
parent
2b2b37e624
commit
9d393ad064
2 changed files with 1 additions and 7 deletions
|
|
@ -193,7 +193,7 @@ if(hosts_stats ~= nil) then
|
|||
-- io.write("==> "..criteria.."\n")
|
||||
if(sortColumn == "column_"..criteria) then
|
||||
local c = hosts_stats[key]["criteria"]
|
||||
tprint(c)
|
||||
|
||||
if(c ~= nil) then
|
||||
vals[c[criteria_key]+postfix] = key
|
||||
-- io.write(key.."="..hosts_stats[key]["criteria"][criteria_key].."\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue