diff options
author | Christopher Faylor <me@cgf.cx> | 2005-10-11 16:35:31 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-10-11 16:35:31 +0000 |
commit | f2e8d7b0f062b86286b7969d7b7ec1d82ffd4a18 (patch) | |
tree | 161340f8df95c3e6befc9c374dca338ebd37fc91 /winsup/cygwin/net.cc | |
parent | bf2d5da310363866f1459553f535cbdb8e7857aa (diff) | |
download | cygnal-f2e8d7b0f062b86286b7969d7b7ec1d82ffd4a18.tar.gz cygnal-f2e8d7b0f062b86286b7969d7b7ec1d82ffd4a18.tar.bz2 cygnal-f2e8d7b0f062b86286b7969d7b7ec1d82ffd4a18.zip |
* net.cc (cygwin_gethostbyname): Remove debugging.
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); |