From 42d9956dd55998994198de7fec0983de41a4ba89 Mon Sep 17 00:00:00 2001 From: me Date: Sun, 19 Jan 2020 16:04:33 +0200 Subject: [PATCH] [modules/traffic] remove forgotten debug logging --- bumblebee/modules/traffic.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bumblebee/modules/traffic.py b/bumblebee/modules/traffic.py index aa4a4a5..47271e9 100644 --- a/bumblebee/modules/traffic.py +++ b/bumblebee/modules/traffic.py @@ -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,