Don't spam debug messages
authorunc0rr
Wed, 16 Sep 2009 14:44:50 +0000
changeset 2383 cc7d1ad986c6
parent 2382 bfd378dfc4e7
child 2384 9098f0430b6b
Don't spam debug messages
QTfrontend/game.cpp
--- a/QTfrontend/game.cpp	Wed Sep 16 14:44:40 2009 +0000
+++ b/QTfrontend/game.cpp	Wed Sep 16 14:44:50 2009 +0000
@@ -164,7 +164,6 @@
 
 void HWGame::ParseMessage(const QByteArray & msg)
 {
-qDebug() << msg;
 	switch(msg.at(1)) {
 		case '?': {
 			SendIPC("!");