Browse Source

Removed some debug messages.

Mihawk 11 năm trước cách đây
mục cha
commit
c8e7c12f3c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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