Browse Source

Unnecessary waiting

Mihawk 12 years ago
parent
commit
eba14b39da
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ServerQuery.cpp

+ 0 - 1
ServerQuery.cpp

@@ -78,7 +78,6 @@ bool ServerQuery::query()
     myActiveFlag = false;
     return false;
   }
-  mySocket->waitForBytesWritten(300);
   myPingTime.restart();
   return true;
 }