From c5cbda0bbe287829d33b6d69446ffa6b66e9e595 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Wed, 27 Apr 2022 23:56:06 +0800 Subject: [PATCH] Avoid splitting code over `ifdef` boundary By removing unimportant debug message. --- src/app/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index cd670dcbf..e3241bbb9 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -211,9 +211,7 @@ int main(int argc, char *argv[]) throw CommandLineParameterError(QObject::tr("You cannot use %1: qBittorrent is already running for this user.") .arg(u"-d (or --daemon)"_qs)); } - else #endif - qDebug("qBittorrent is already running for this user."); QThread::msleep(300); app->sendParams(params.paramList());