From d6e690e1920807336b98e60feaa0465841d9096b Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Wed, 29 Sep 2021 15:58:57 +0200 Subject: [PATCH] Removed print all tags --- nicole/nicole.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/nicole/nicole.py b/nicole/nicole.py index 5597f32..9f1d1e5 100644 --- a/nicole/nicole.py +++ b/nicole/nicole.py @@ -247,8 +247,6 @@ class Nicole: audio["TITLE"] = title audio.save() print(f"Removed '{word}' from the title.") - print(audio.pprint()) - # currently the only supported site if self.lyrics_site == "azlyrics":