فهرست منبع

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