aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1998-07-01 23:31:53 +0000
committerWarner Losh <imp@FreeBSD.org>1998-07-01 23:31:53 +0000
commite1603e453d52d2598c208a4f39c95d0c848649a2 (patch)
tree37ab3edc186d96ad5e7ef7a8ece5818eb86dbd5d /usr.bin
parent39a1ad8654335f7a0b47167e7b483524c58ae021 (diff)
downloadsrc-e1603e453d52d2598c208a4f39c95d0c848649a2.tar.gz
src-e1603e453d52d2598c208a4f39c95d0c848649a2.zip
Kill printf accidentally committed
Notes
Notes: svn path=/head/; revision=37326
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/doscmd/cwd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/doscmd/cwd.c b/usr.bin/doscmd/cwd.c
index e18796d20f98..6a9b60f4a9cf 100644
--- a/usr.bin/doscmd/cwd.c
+++ b/usr.bin/doscmd/cwd.c
@@ -29,7 +29,7 @@
*
* BSDI cwd.c,v 2.2 1996/04/08 19:32:25 bostic Exp
*
- * $Id: cwd.c,v 1.1 1997/08/09 01:42:38 dyson Exp $
+ * $Id: cwd.c,v 1.2 1998/07/01 19:56:13 imp Exp $
*/
#include <sys/types.h>
@@ -209,8 +209,6 @@ dos_makepath(u_char *where, u_char *newpath)
*newpath++ = ':';
}
-printf("dos_makepath: Drive = %d\n", drive);
-
if (drive < 0 || drive >= MAX_DRIVE) {
debug(D_REDIR,"drive %c invalid\n", drntol(drive));
return (DISK_DRIVE_INVALID);