Remove Print Statement
This commit is contained in:
@@ -186,8 +186,6 @@ class iTunesPlugin(BeetsPlugin):
|
|||||||
else:
|
else:
|
||||||
query = '%s %s' % (artist, album)
|
query = '%s %s' % (artist, album)
|
||||||
|
|
||||||
print("Searching", query)
|
|
||||||
|
|
||||||
albums = []
|
albums = []
|
||||||
for country in self.search_countries:
|
for country in self.search_countries:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user