diff --git a/Persephone/Components/Queue/QueueViewController.swift b/Persephone/Components/Queue/QueueViewController.swift index e4338f0..30a18b7 100644 --- a/Persephone/Components/Queue/QueueViewController.swift +++ b/Persephone/Components/Queue/QueueViewController.swift @@ -39,7 +39,6 @@ class QueueViewController: NSViewController { App.store.unsubscribe(self) } - @objc func didConnect() { App.mpdClient.fetchQueue() } diff --git a/Persephone/Components/Window/WindowController.swift b/Persephone/Components/Window/WindowController.swift index 396fae7..cb88c25 100644 --- a/Persephone/Components/Window/WindowController.swift +++ b/Persephone/Components/Window/WindowController.swift @@ -161,8 +161,6 @@ class WindowController: NSWindowController { alert.alertStyle = error.recovered ? .warning : .critical - print(error.mpdError) - switch error.mpdError { case MPD_ERROR_MALFORMED, MPD_ERROR_ARGUMENT: