summaryrefslogtreecommitdiffstats
path: root/usr.bin/touch
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-23 00:11:48 +0000
committerobrien <obrien@FreeBSD.org>2001-09-23 00:11:48 +0000
commitb5432869303b965254810833060326a47e9bb48f (patch)
treeb7c3934a8943b822ce77e547d0c540be3307f4af /usr.bin/touch
parenta3fa7d9b17ea4172917c08cb7788e478ac45a5f8 (diff)
downloadFreeBSD-src-b5432869303b965254810833060326a47e9bb48f.zip
FreeBSD-src-b5432869303b965254810833060326a47e9bb48f.tar.gz
blah, remove debugging code that crept in with last commit.
Diffstat (limited to 'usr.bin/touch')
-rw-r--r--usr.bin/touch/touch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c
index d5c14cb..d441e32 100644
--- a/usr.bin/touch/touch.c
+++ b/usr.bin/touch/touch.c
@@ -144,7 +144,6 @@ main(argc, argv)
for (rval = 0; *argv; ++argv) {
/* See if the file exists. */
if (stat_f(*argv, &sb) != 0) {
-fprintf(stderr, "not exist\n");
if (!cflag) {
/* Create the file. */
fd = open(*argv,
OpenPOWER on IntegriCloud