Removes debug prints

This commit is contained in:
Simone Mainardi 2019-02-13 14:03:22 +01:00
parent 2b2b37e624
commit 9d393ad064
2 changed files with 1 additions and 7 deletions

View file

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