Removed a debug print. (Oops)

This commit is contained in:
The Wobbler 2025-03-06 16:41:02 +01:00
parent 7edaebc3c3
commit f7995aee9e

View file

@ -82,8 +82,6 @@ class Library:
if self.app.player.current_playlist is not None:
self.app.settings.latest_playlist = self.app.player.current_playlist.path
print(self.loaded_tracks)
def new_playlist(self):
playlist = Playlist(self.app, self.app.utils.unique_name("New Playlist"))
playlist.loaded = True