From 919dfdd6e18e8aef13060e0f28bec13b2f954dc2 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sun, 20 Aug 2017 10:44:38 +0200 Subject: [PATCH] [modules/cmus] Remove accidential print --- bumblebee/modules/cmus.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bumblebee/modules/cmus.py b/bumblebee/modules/cmus.py index 6cd63bb..62fbfaf 100644 --- a/bumblebee/modules/cmus.py +++ b/bumblebee/modules/cmus.py @@ -78,7 +78,6 @@ class Module(bumblebee.engine.Module): if name == "status": self._status = key if name == "tag": - print("tag {}={}".format(key, value)) self._tags.update({key: value}) if name in ["duration", "position"]: self._tags.update({name:bumblebee.util.durationfmt(int(key))})