diff options
author | obrien <obrien@FreeBSD.org> | 2001-09-23 00:11:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-09-23 00:11:48 +0000 |
commit | b5432869303b965254810833060326a47e9bb48f (patch) | |
tree | b7c3934a8943b822ce77e547d0c540be3307f4af /usr.bin/touch | |
parent | a3fa7d9b17ea4172917c08cb7788e478ac45a5f8 (diff) | |
download | FreeBSD-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.c | 1 |
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, |