Przeglądaj źródła

Removed some debug messages.

Mihawk 11 lat temu
rodzic
commit
c8e7c12f3c
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      Client.cpp

+ 0 - 1
Client.cpp

@@ -389,7 +389,6 @@ void Client::onPrint(int, const char *msg)
   {
     myPrintLine.append(text);
     parsePrintedLine();
-    print(myPrintLine);
     myPrintLine.clear();
   }
   else