Remove rogue debug statement
[u/mdw/putty] / 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);
            }