1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Remove debugging

This commit is contained in:
Daniel Barber 2019-02-13 21:25:07 -05:00
parent 1181198999
commit 2f36891053
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -38,7 +38,6 @@ class AlbumViewController: NSViewController,
guard let albums = notification.userInfo?[Notification.albumsKey] as? [MPDClient.Album]
else { return }
print("Loaded albums")
self.albums = albums
albumCollectionView.reloadData()