mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed debug message
This commit is contained in:
parent
5cee98a65c
commit
da92b85e47
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ for key, value in pairs(hosts_stats) do
|
|||
vals[hosts_stats[key]["ipkey"]+postfix] = key
|
||||
-- looking_glass_criteria
|
||||
elseif(criteria ~= nil) then
|
||||
io.write("==> "..criteria.."\n")
|
||||
-- io.write("==> "..criteria.."\n")
|
||||
if(sortColumn == "column_"..criteria) then
|
||||
local c = hosts_stats[key]["criteria"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue