[modules/traffic] remove forgotten debug logging

This commit is contained in:
me 2020-01-19 16:04:33 +02:00
parent 9ef8e32ba9
commit 42d9956dd5

View file

@ -112,8 +112,6 @@ class Module(bumblebee.engine.Module):
self._lastcheck = now
for interface in interfaces:
if self._graphlen > 0:
import logging
logging.info(self._graphdata)
if interface not in self._graphdata:
self._graphdata[interface] = {
"rx": [0] * self._graphlen,