aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 2d1f708edc..e10829aca3 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());
}
}
}