Removed debug message

This commit is contained in:
Luca Deri 2016-12-05 13:10:09 +01:00
parent 5cee98a65c
commit da92b85e47

View file

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