mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00:00
- removed useless debug
This commit is contained in:
parent
78e643039c
commit
45b9c6335c
@ -34,7 +34,6 @@ QString toJson(QVariant v)
|
||||
case QVariant::LongLong:
|
||||
case QVariant::UInt:
|
||||
case QVariant::ULongLong:
|
||||
qDebug("JSON: %s", (const char*)v.value<QString>().toUtf8());
|
||||
return v.value<QString>();
|
||||
case QVariant::String:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user