浏览代码

removed debug messages

Mihawk 12 年之前
父节点
当前提交
2be9c70f14
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Client.cpp

+ 1 - 1
Client.cpp

@@ -385,7 +385,7 @@ void Client::run()
 
   /* Avoid wrap around of flood timers */
   QTime currentTime = QTime::currentTime();
-  qDebug() << currentTime.secsTo(myEndFloodTime);
+  //  qDebug() << currentTime.secsTo(myEndFloodTime);
 
   if(currentTime.secsTo(myEndFloodTime) < -16000)
     myEndFloodTime = currentTime;