Commit c96f234b authored by Zach H's avatar Zach H Committed by GitHub
Browse files

Merge pull request #2683 from ctrlaltca/fix_2682

Remove unneeded debug 
parents fd3d6228 a4e78bbf
......@@ -283,7 +283,7 @@ void RemoteClient::readData()
#ifdef QT_DEBUG
qDebug() << "IN" << messageLength << QString::fromStdString(newServerMessage.ShortDebugString());
#endif
qDebug() << inputBuffer.remove(0, messageLength);
inputBuffer.remove(0, messageLength);
messageInProgress = false;
processProtocolItem(newServerMessage);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment