From 39e75071bf55fad636103f1cbe61abf9fd09ee95 Mon Sep 17 00:00:00 2001 From: Jim Broadus Date: Sun, 5 Jan 2020 16:51:11 -0800 Subject: [PATCH] Remove unhelpful debug message. Message contains no context and appears to be a remnant of a debug session. --- src/ui/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index f51526936..bf62827a4 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -2288,8 +2288,6 @@ void MainWindow::CommandlineOptionsReceived(const CommandlineOptions& options) { if (options.play_track_at() != -1) app_->player()->PlayAt(options.play_track_at(), Engine::Manual, true); - qLog(Debug) << options.delete_current_track(); - // Just pass the url of the currently playing if (options.delete_current_track()) { qLog(Debug) << "deleting current track";