mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Removes a debug print
This commit is contained in:
parent
b6913c946d
commit
0ccb7b2864
1 changed files with 0 additions and 2 deletions
|
|
@ -564,8 +564,6 @@ function alert_utils.getLinkToPastFlows(ifid, alert, alert_json)
|
|||
past_flows_filter["epoch_end"] = past_flows_filter["epoch_begin"] + duration
|
||||
end
|
||||
|
||||
tprint(past_flows_filter)
|
||||
|
||||
-- Return the link augmented with the filter
|
||||
return string.format("%s/lua/pro/nindex_query.lua?", ntop.getHttpPrefix(), table.tconcat(past_flows_filter, "=", "&"))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue