remove debug

This commit is contained in:
Fabio Bas 2017-05-05 15:23:59 +02:00
parent b20c60e603
commit a4e78bbfa2

View file

@ -283,7 +283,7 @@ void RemoteClient::readData()
#ifdef QT_DEBUG #ifdef QT_DEBUG
qDebug() << "IN" << messageLength << QString::fromStdString(newServerMessage.ShortDebugString()); qDebug() << "IN" << messageLength << QString::fromStdString(newServerMessage.ShortDebugString());
#endif #endif
qDebug() << inputBuffer.remove(0, messageLength); inputBuffer.remove(0, messageLength);
messageInProgress = false; messageInProgress = false;
processProtocolItem(newServerMessage); processProtocolItem(newServerMessage);