mirror of
https://github.com/beetbox/beets.git
synced 2026-01-26 18:15:01 +01:00
removing print log
This commit is contained in:
parent
6ae73546e5
commit
dd7e932a9a
1 changed files with 0 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue