remove Temp < 0 message for now

This commit is contained in:
Lion Kortlepel 2020-11-12 23:02:47 +01:00
parent 6ecf6c58ac
commit fedca58e8e

View File

@ -31,7 +31,7 @@ void TCPSend(Client* c, const std::string& Data) {
} else if (Temp < 0) {
if (c->GetStatus() > -1)
c->SetStatus(-1);
info(Sec("Closing socket, Temp < 0"));
// info(Sec("Closing socket, Temp < 0"));
closesocket(c->GetTCPSock());
return;
}