diff --git a/pomice/applemusic/objects.py b/pomice/applemusic/objects.py index 4b36c31..c7cd7c1 100644 --- a/pomice/applemusic/objects.py +++ b/pomice/applemusic/objects.py @@ -37,7 +37,6 @@ class Playlist: # we'll use the first song's image as the image for the playlist # because apple dynamically generates playlist covers client-side self.image = self.tracks[0].image - print("worked") def __repr__(self) -> str: return (