From: Jonathan A. Kollasch Date: Thu, 9 Jun 2011 01:31:49 +0000 (-0500) Subject: Remove NetBSD-specific debugging statement X-Git-Tag: upstream/1.8.0_pre1^2~3642 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1c917cee2b948595c98b8b0645289ccc79d8ffd9;p=packages%2Fo%2Fopenafs.git Remove NetBSD-specific debugging statement Change-Id: I458a6b50fee4ed41dd512e23de6b4e516e0ddc93 Reviewed-on: http://gerrit.openafs.org/4828 Reviewed-by: Jonathan A. Kollasch Tested-by: Jonathan A. Kollasch Reviewed-by: Derrick Brashear --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index d39d211a5..b18686776 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -864,7 +864,6 @@ afs_xioctl(afs_proc_t *p, const struct ioctl_args *uap, register_t *retval) if (((uap->com >> 8) & 0xff) == 'V') { #endif struct afs_ioctl *datap; - printf("%s %lx\n", __func__, SCARG(uap, com)); AFS_GLOCK(); datap = osi_AllocSmallSpace(AFS_SMALLOCSIZ); #if defined(AFS_NBSD50_ENV)