From a4e78bbfa2c6f29ef8b57d29347e45db85a3dfee Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 5 May 2017 15:23:59 +0200 Subject: [PATCH] remove debug --- cockatrice/src/remoteclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);