Remove unhelpful debug message.

Message contains no context and appears to be a remnant of a debug session.
This commit is contained in:
Jim Broadus 2020-01-05 16:51:11 -08:00
parent 008c90ff29
commit 39e75071bf

View File

@ -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";