summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e18796d..6a9b60f 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);
OpenPOWER on IntegriCloud