diff options
Diffstat (limited to 'winsup/cygwin/net.cc')
-rw-r--r-- | winsup/cygwin/net.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 2a87843f0..3de7304f5 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -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); |