소스 검색

Removed some debug messages.

Mihawk 11 년 전
부모
커밋
c8e7c12f3c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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