From b2ffac13d86d14ed148f2e0917cdc2a72edd705d Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 19 Mar 2011 10:24:13 +0000 Subject: [PATCH] .Removed DLOGs git-svn-id: svn://ultimatepp.org/upp/trunk@3285 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Web/socket.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/uppsrc/Web/socket.cpp b/uppsrc/Web/socket.cpp index c65f72588..bdafd36c4 100644 --- a/uppsrc/Web/socket.cpp +++ b/uppsrc/Web/socket.cpp @@ -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; }