remove debugging printf.

This commit is contained in:
christos 2017-02-05 00:24:24 +00:00
parent 7754e6dee9
commit ec5c127714
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: getnfsargs.c,v 1.17 2017/02/03 21:56:01 christos Exp $ */ /* $NetBSD: getnfsargs.c,v 1.18 2017/02/05 00:24:24 christos Exp $ */
/* /*
* Copyright (c) 1992, 1993, 1994 * Copyright (c) 1992, 1993, 1994
@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\
#if 0 #if 0
static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95";
#else #else
__RCSID("$NetBSD: getnfsargs.c,v 1.17 2017/02/03 21:56:01 christos Exp $"); __RCSID("$NetBSD: getnfsargs.c,v 1.18 2017/02/05 00:24:24 christos Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */
@ -201,7 +201,6 @@ tryagain:
* XXX relies on clnt_tcp_create to bind to a reserved * XXX relies on clnt_tcp_create to bind to a reserved
* socket. * socket.
*/ */
printf("netid=%s\n", netid);
clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers, clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers,
mnttcp_ok ? nconf : getnetconfigent(netid)); mnttcp_ok ? nconf : getnetconfigent(netid));
if (clp == NULL) { if (clp == NULL) {