Removed debug message

This commit is contained in:
Luca Deri 2015-09-22 21:10:11 +02:00
parent 0b07b4ae65
commit e316f7a487

View file

@ -236,7 +236,6 @@ for key, value in pairs(flows_stats) do
---------------- APP ----------------
if(application ~= nil) then
io.write(flows_stats[key]["proto.ndpi"].."\n")
process = process and (string.ends(flows_stats[key]["proto.ndpi"], application))
end
if (debug and (not process)) then io.write("Stop ndpi\n")end