X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsyncableobject.cpp;h=ec34708a53980785efb57c1c4472495714bbf8d4;hp=96b159b02e4b410f65b9e719697caec75dffe167;hb=0324c701d9cc8c656e6188b4e102e19e05c98201;hpb=ac21cc48d22f0cf58a98b74754fa94564a8e3f45 diff --git a/src/common/syncableobject.cpp b/src/common/syncableobject.cpp index 96b159b0..ec34708a 100644 --- a/src/common/syncableobject.cpp +++ b/src/common/syncableobject.cpp @@ -100,7 +100,6 @@ QVariantMap SyncableObject::toVariantMap() { QMetaObject::invokeMethod(this, methodname.toAscii(), genericvalue); properties[SignalProxy::methodBaseName(method)] = value; - // qDebug() << ">>> SYNC:" << methodBaseName(method) << value; } // properties["Payload"] = QByteArray(10000000, 'a'); // for testing purposes return properties;