Skip to content

Commit

Permalink
🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
danbee committed Mar 7, 2020
1 parent a928cc8 commit 44f6b7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Persephone/Components/Queue/QueueViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class QueueViewController: NSViewController {
App.store.unsubscribe(self)
}


@objc func didConnect() {
App.mpdClient.fetchQueue()
}
Expand Down
2 changes: 0 additions & 2 deletions Persephone/Components/Window/WindowController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44f6b7c

Please sign in to comment.