Remove useless high-volume printf (fixes #1544).

This commit is contained in:
Matt Corallo 2012-07-01 04:13:00 +02:00
parent eca96d7118
commit 3c3cb60a90
1 changed files with 0 additions and 2 deletions

View File

@ -938,8 +938,6 @@ void ThreadSocketHandler2(void* parg)
pnode->CloseSocketDisconnect();
}
}
if (vSend.size() > SendBufferSize())
printf("socket send buffer full warning (%d bytes)\n", vSend.size());
}
}
}