[modules/traffic] remove forgotten debug logging
This commit is contained in:
parent
9ef8e32ba9
commit
42d9956dd5
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue