summaryrefslogtreecommitdiffstats
path: root/usr.bin/mail
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-10 18:37:02 +0000
committerbde <bde@FreeBSD.org>1998-10-10 18:37:02 +0000
commite528e28bfe8d18151ba1f7c04a2bc17b142d9dee (patch)
tree5b1c4ac8c89c046af00f2fe514acc7448f1c7f68 /usr.bin/mail
parentd3972173077fabdc0fae5f00a7dd459ec81bf64d (diff)
downloadFreeBSD-src-e528e28bfe8d18151ba1f7c04a2bc17b142d9dee.zip
FreeBSD-src-e528e28bfe8d18151ba1f7c04a2bc17b142d9dee.tar.gz
Removed debugging cruft.
Broken in: previous commit
Diffstat (limited to 'usr.bin/mail')
-rw-r--r--usr.bin/mail/lex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c
index cc4972d..9c3e288 100644
--- a/usr.bin/mail/lex.c
+++ b/usr.bin/mail/lex.c
@@ -70,7 +70,6 @@ setfile(name)
if ((name = expand(name)) == NOSTR)
return -1;
-fprintf(stderr,">%s\n",name);
if ((ibuf = Fopen(name, "r")) == NULL) {
if (!isedit && errno == ENOENT)
goto nomail;
OpenPOWER on IntegriCloud