From ec5c127714047ff7dfedf70650f88fd94a45bb29 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 5 Feb 2017 00:24:24 +0000 Subject: [PATCH] remove debugging printf. --- sbin/mount_nfs/getnfsargs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sbin/mount_nfs/getnfsargs.c b/sbin/mount_nfs/getnfsargs.c index 784c440adf41..f8847d83e1a0 100644 --- a/sbin/mount_nfs/getnfsargs.c +++ b/sbin/mount_nfs/getnfsargs.c @@ -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 @@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\ #if 0 static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95"; #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 /* not lint */ @@ -201,7 +201,6 @@ tryagain: * XXX relies on clnt_tcp_create to bind to a reserved * socket. */ - printf("netid=%s\n", netid); clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers, mnttcp_ok ? nconf : getnetconfigent(netid)); if (clp == NULL) {