mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed debug trace
This commit is contained in:
parent
cba463084d
commit
9df24723b0
1 changed files with 0 additions and 2 deletions
|
|
@ -107,8 +107,6 @@ for key, value in ipairs(flows_stats) do
|
|||
info = dns_info.last_query_type .. " " .. dns_info.last_return_code .. " " .. info
|
||||
end
|
||||
|
||||
tprint(flows_info)
|
||||
|
||||
if flows_info["protos.http.last_return_code"] or flows_info["protos.http.last_method"] then
|
||||
local http_info = format_http_info({ last_return_code = flows_info["protos.http.last_return_code"], last_method = flows_info["protos.http.last_method"]})
|
||||
info = (http_info.last_return_code or '') .. " " .. http_info.last_method .. " " .. info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue