remove debug print

This commit is contained in:
cloudwithax 2023-02-21 08:23:35 -05:00
parent d63e1f61c5
commit b3799214e6
1 changed files with 0 additions and 1 deletions

View File

@ -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 (