Browse Source

removed debug messages

Mihawk 12 years ago
parent
commit
51d2405038
1 changed files with 2 additions and 2 deletions
  1. 2 2
      SshClient.cpp

+ 2 - 2
SshClient.cpp

@@ -170,7 +170,7 @@ void SshClient::parse(const QDateTime &time, const QString &command, const QStri
   if(command == "BC_ID")
   {
     //BC_ID 4e5fca581569e168c7a86a0a9a91949f for: QDEV,-dev-,qw://123.123
-    qDebug() << commandData;
+    //    qDebug() << commandData;
     QRegExp a("^([A-Za-z0-9]+) for: .+,-(.+)-,qw://(.+) [0-9]+/[0-9]+$");
     if(a.indexIn(commandData) == -1)
       return;
@@ -221,7 +221,7 @@ void SshClient::parse(const QDateTime &time, const QString &command, const QStri
       channelCount = 0;
     }
 
-    qDebug() << commandData;
+    //    qDebug() << commandData;
 
     myApp->incrementReplyCounters(hash, userCount, channelCount, playerCount, serverCount);