diff options
author | Matt Corallo <matt@bluematt.me> | 2012-07-01 04:13:00 +0200 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2012-07-01 04:13:00 +0200 |
commit | 3c3cb60a904ee7c34ebda1b18fd68c958e2eec53 (patch) | |
tree | 6dcb5abffca301db49d8c550f14b82d723cee0b1 /src/net.cpp | |
parent | eca96d71187ddd053fa3be0e9e396b4a700d9ae0 (diff) |
Remove useless high-volume printf (fixes #1544).
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net.cpp b/src/net.cpp index 2a09d20dea..9d32d0924a 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -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()); } } } |