mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
- removed useless debug
This commit is contained in:
parent
78e643039c
commit
45b9c6335c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue