mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Suppress wrong print specifier
By removing unimportant debug message.
This commit is contained in:
parent
a0a45333f1
commit
be4a1e7fd7
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue