mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- removed useless debug
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user