From 177f08690a694ac04a3622fa684e68a9284282c6 Mon Sep 17 00:00:00 2001 From: Kim Wittenburg <5wittenb@informatik.uni-hamburg.de> Date: Tue, 4 Sep 2018 11:37:55 +0200 Subject: [PATCH] Remove Print Statement --- beetsplug/itunes.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/beetsplug/itunes.py b/beetsplug/itunes.py index cddf797..22efe47 100644 --- a/beetsplug/itunes.py +++ b/beetsplug/itunes.py @@ -185,9 +185,7 @@ class iTunesPlugin(BeetsPlugin): query = album else: query = '%s %s' % (artist, album) - - print("Searching", query) - + albums = [] for country in self.search_countries: try: