modules/traffic] Remove debug print()

This commit is contained in:
me 2020-03-05 23:27:38 +02:00
parent 6171c792e3
commit 7187228d07

View file

@ -98,7 +98,6 @@ class Module(bumblebee.engine.Module):
return "1000.00KiB/s"
finally:
minwidth_str += "KiB/s"
print(minwidth_str)
return minwidth_str
def _update_widgets(self, widgets):