mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 17:56:50 +03:00
Avoid splitting code over ifdef
boundary
By removing unimportant debug message.
This commit is contained in:
parent
59e37210f3
commit
c5cbda0bbe
1 changed files with 0 additions and 2 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue