.Removed DLOGs

git-svn-id: svn://ultimatepp.org/upp/trunk@3285 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-03-19 10:24:13 +00:00
parent ade185d7ee
commit b2ffac13d8

View file

@ -203,8 +203,6 @@ bool Socket::Data::OpenClient(const char *host, int port, bool nodelay, dword *m
hostent *he = gethostbyname(host);
if(!he) {
SetSockError(NFormat("gethostbyname(%s) failed", host));
DDUMP(sock->errordesc);
DDUMP(Socket::GetErrorText());
return false;
}