diff --git a/Persephone/Controllers/AlbumViewController.swift b/Persephone/Controllers/AlbumViewController.swift index 3aabc17..c1331c0 100644 --- a/Persephone/Controllers/AlbumViewController.swift +++ b/Persephone/Controllers/AlbumViewController.swift @@ -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()