removing print log

This commit is contained in:
Peter 2019-06-30 14:34:13 +02:00
parent 6ae73546e5
commit dd7e932a9a

View file

@ -373,7 +373,6 @@ class BeatportPlugin(BeetsPlugin):
return None
release = self.client.get_release(match.group(2))
album = self._get_album_info(release)
print('ALBUM', album)
return album
def track_for_id(self, track_id):