1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

Suppress wrong print specifier

By removing unimportant debug message.
This commit is contained in:
Chocobo1 2022-05-08 14:52:32 +08:00
parent a0a45333f1
commit be4a1e7fd7
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -171,7 +171,6 @@ namespace
if (res == ERROR_SUCCESS) if (res == ERROR_SUCCESS)
{ {
QStringList versions = getRegSubkeys(hkPythonCore); QStringList versions = getRegSubkeys(hkPythonCore);
qDebug("Python versions nb: %d", versions.size());
versions.sort(); versions.sort();
bool found = false; bool found = false;