Remove rogue debug statement
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Jan 2001 13:19:11 +0000 (13:19 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 11 Jan 2001 13:19:11 +0000 (13:19 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@855 cda61777-01e9-0310-a592-d414129be87e

winnet.c

index 88fbae0..86ae41c 100644 (file)
--- a/winnet.c
+++ b/winnet.c
@@ -216,7 +216,7 @@ SockAddr sk_namelookup(char *host, char **canonicalname)
            {
                LPVOID lpMsgBuf;
                FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, err, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR)&lpMsgBuf,     0,      NULL);
-               debug(("Error %ld: %s (h=%lx)\n", err, lpMsgBuf, h));
+               /*debug(("Error %ld: %s (h=%lx)\n", err, lpMsgBuf, h));*/
                /* Free the buffer. */
                LocalFree(lpMsgBuf);
            }