* net.cc (cygwin_gethostbyname): Remove debugging.

This commit is contained in:
Christopher Faylor
2005-10-11 16:35:31 +00:00
parent bf2d5da310
commit f2e8d7b0f0
2 changed files with 4 additions and 3 deletions

View File

@@ -969,10 +969,7 @@ cygwin_gethostbyname (const char *name)
hostent *res = (hostent *) dup_ent (hostent_buf, h, t_hostent);
if (res)
{
debug_printf ("h_name %s", res->h_name);
debug_printf ("HERE");
}
else
{
debug_printf ("dup_ent returned NULL for name %s, h %p", name, h);