remove debug
This commit is contained in:
parent
b20c60e603
commit
a4e78bbfa2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue