diff options
-rw-r--r-- | src/gns/nss/nss_gns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gns/nss/nss_gns.c b/src/gns/nss/nss_gns.c index 3bb45a1533..82fe1e739c 100644 --- a/src/gns/nss/nss_gns.c +++ b/src/gns/nss/nss_gns.c @@ -146,7 +146,6 @@ enum nss_status _nss_gns_gethostbyname2_r( if (u.count == 0) { *errnop = ETIMEDOUT; *h_errnop = HOST_NOT_FOUND; - printf("not found\n"); goto finish; } |