From e43edbda3d246bba767c8169ea44a48d37ce7c95 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 10 Oct 1998 18:37:02 +0000 Subject: [PATCH] Removed debugging cruft. Broken in: previous commit --- usr.bin/mail/lex.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index cc4972d23e7..9c3e288735f 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;