Ver Fonte

Removed some debug messages.

Mihawk há 11 anos atrás
pai
commit
c8e7c12f3c
1 ficheiros alterados com 0 adições e 1 exclusões
  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