drop debug print in huebridgeconnection
This commit is contained in:
parent
4211c3ae5c
commit
4b96599b7a
@ -129,7 +129,6 @@ void HueBridgeConnection::slotGetFinished()
|
|||||||
QVariant response = jsonDoc.toVariant();
|
QVariant response = jsonDoc.toVariant();
|
||||||
emit getFinished(c.id, response.toMap());
|
emit getFinished(c.id, response.toMap());
|
||||||
if (c.obj) {
|
if (c.obj) {
|
||||||
qDebug() << "onvoking result slot at" << c.obj.data() << c.method.toLatin1().data();
|
|
||||||
metaObject()->invokeMethod(c.obj.data(), c.method.toLatin1().data(), Q_ARG(int, c.id), Q_ARG(QVariant, response));
|
metaObject()->invokeMethod(c.obj.data(), c.method.toLatin1().data(), Q_ARG(int, c.id), Q_ARG(QVariant, response));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user