mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed debug timeseries print
This commit is contained in:
parent
131888ecfc
commit
d78b0a15c3
1 changed files with 0 additions and 2 deletions
|
|
@ -57,7 +57,6 @@ end
|
|||
|
||||
function ts_dump.subnet_update_rrds(when, ifstats, verbose)
|
||||
local subnet_stats = interface.getNetworksStats()
|
||||
tprint(subnet_stats)
|
||||
|
||||
for subnet,sstats in pairs(subnet_stats) do
|
||||
if ntop.isPro() then
|
||||
|
|
@ -107,7 +106,6 @@ end
|
|||
-- ########################################################
|
||||
|
||||
function ts_dump.iface_update_stats_rrds(when, ifstats, verbose)
|
||||
tprint(ifstats)
|
||||
if ntop.isPro() then
|
||||
-- Score Behaviour
|
||||
ts_utils.append("iface:score_behavior", {ifid=ifstats.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue