Skip to content

Commit

Permalink
Removed trace
Browse files Browse the repository at this point in the history
  • Loading branch information
pons committed Jun 23, 2020
1 parent fa2b1fc commit 8cd0ffc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ bool Kangaroo::HandleRequest(TH_PARAM *p) {
// Wait for command (1h timeout)
nbRead = Read(p->clientSock,(char *)(&cmdBuff),1,(int)(CLIENT_TIMEOUT*1000.0));
if(nbRead<=0) {
if(!endOfSearch)
::printf("\nIDLE client timeout (%d s)",CLIENT_TIMEOUT);
CLIENT_ABORT();
}

Expand Down

0 comments on commit 8cd0ffc

Please sign in to comment.