Skip to content

Commit

Permalink
Remove debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Nov 11, 2019
1 parent 759e405 commit 2c6a3fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/lua/modules/rrd_5min_dump_utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ function rrd_dump.host_update_rrd(when, hostname, host, ifstats, verbose, config
rrd_dump.host_update_stats_rrds(when, hostname, host, ifstats, verbose)
end

tprint(config.host_ndpi_timeseries_creation)
if(config.host_ndpi_timeseries_creation == "per_protocol" or config.host_ndpi_timeseries_creation == "both") then
rrd_dump.host_update_ndpi_rrds(when, hostname, host, ifstats, verbose)
end
Expand Down

0 comments on commit 2c6a3fe

Please sign in to comment.