Removed a debug print. (Oops)
This commit is contained in:
parent
7edaebc3c3
commit
f7995aee9e
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue