mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Remove debugging
This commit is contained in:
parent
1181198999
commit
2f36891053
@ -38,7 +38,6 @@ class AlbumViewController: NSViewController,
|
|||||||
guard let albums = notification.userInfo?[Notification.albumsKey] as? [MPDClient.Album]
|
guard let albums = notification.userInfo?[Notification.albumsKey] as? [MPDClient.Album]
|
||||||
else { return }
|
else { return }
|
||||||
|
|
||||||
print("Loaded albums")
|
|
||||||
self.albums = albums
|
self.albums = albums
|
||||||
|
|
||||||
albumCollectionView.reloadData()
|
albumCollectionView.reloadData()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user