1
0
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:
Christophe Dumez 2008-09-27 20:32:59 +00:00
parent 78e643039c
commit 45b9c6335c

View File

@ -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:
{