Remove useless high-volume printf (fixes #1544).
This commit is contained in:
parent
eca96d7118
commit
3c3cb60a90
1 changed files with 0 additions and 2 deletions
|
@ -938,8 +938,6 @@ void ThreadSocketHandler2(void* parg)
|
||||||
pnode->CloseSocketDisconnect();
|
pnode->CloseSocketDisconnect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (vSend.size() > SendBufferSize())
|
|
||||||
printf("socket send buffer full warning (%d bytes)\n", vSend.size());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue