From 67d65825cf07c6df3d11626ee37bfd5180045c0d Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Thu, 16 Oct 1997 08:18:38 +0000 Subject: [PATCH] remove forgotten debug printf() --- sys/miscfs/devfs/devfs_vfsops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/miscfs/devfs/devfs_vfsops.c b/sys/miscfs/devfs/devfs_vfsops.c index 63f721addeab..aa790e61d789 100644 --- a/sys/miscfs/devfs/devfs_vfsops.c +++ b/sys/miscfs/devfs/devfs_vfsops.c @@ -1,7 +1,7 @@ /*- * Written by Julian Elischer (julian@DIALix.oz.au) * - * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.23 1997/10/16 06:29:27 julian Exp $ + * $Header: /home/ncvs/src/sys/miscfs/devfs/devfs_vfsops.c,v 1.24 1997/10/16 07:28:50 julian Exp $ * * */ @@ -153,7 +153,6 @@ devfs_unmount( struct mount *mp, int mntflags, struct proc *p) int flags = 0; int error; -printf("-devfs_unmount-"); if (mntflags & MNT_FORCE) { flags |= FORCECLOSE; }