QTfrontend/game.cpp
changeset 1369 f5b1b3fd70cc
parent 1358 99ba722e5a09
child 1490 4eb4fc12cc30
--- a/QTfrontend/game.cpp	Thu Oct 16 19:48:11 2008 +0000
+++ b/QTfrontend/game.cpp	Sat Oct 18 08:59:43 2008 +0000
@@ -157,7 +157,6 @@
 
 void HWGame::ParseMessage(const QByteArray & msg)
 {
-qDebug() << msg;
 	switch(msg.at(1)) {
 		case '?': {
 			SendIPC("!");