From: Guillaume Pellerin Date: Tue, 31 Dec 2019 09:57:46 +0000 (+0100) Subject: cleanup prints X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5942e87af7b93a1df7172773849b0f8ce017686b;p=deefuzzer.git cleanup prints --- diff --git a/deefuzzer/core.py b/deefuzzer/core.py index a57ed67..4e6c0cd 100644 --- a/deefuzzer/core.py +++ b/deefuzzer/core.py @@ -70,7 +70,7 @@ class DeeFuzzer(Thread): self.conf_file = conf_file self.conf = get_conf_dict(self.conf_file) - print(self.conf) + # print(self.conf) if 'deefuzzer' not in self.conf : raise('This is not a standard deefuzzer config file') diff --git a/deefuzzer/station.py b/deefuzzer/station.py index 614973c..35e851a 100644 --- a/deefuzzer/station.py +++ b/deefuzzer/station.py @@ -750,7 +750,7 @@ class Station(Thread): except: pass - print(title, artist, song) + # print(title, artist, song) return title, artist, song def get_currentsongmeta(self):