diff options
| author | Matt Corallo <[email protected]> | 2012-07-01 04:13:00 +0200 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2012-07-01 04:13:00 +0200 |
| commit | 3c3cb60a904ee7c34ebda1b18fd68c958e2eec53 (patch) | |
| tree | 6dcb5abffca301db49d8c550f14b82d723cee0b1 /src/net.cpp | |
| parent | Merge pull request #1540 from fanquake/master (diff) | |
| download | discoin-3c3cb60a904ee7c34ebda1b18fd68c958e2eec53.tar.xz discoin-3c3cb60a904ee7c34ebda1b18fd68c958e2eec53.zip | |
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 2a09d20de..9d32d0924 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()); } } } |