diff --git a/cockatrice/src/remoteclient.cpp b/cockatrice/src/remoteclient.cpp index 53a75618..5f15d1ea 100644 --- a/cockatrice/src/remoteclient.cpp +++ b/cockatrice/src/remoteclient.cpp @@ -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);