From e528e28bfe8d18151ba1f7c04a2bc17b142d9dee Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 10 Oct 1998 18:37:02 +0000 Subject: Removed debugging cruft. Broken in: previous commit --- usr.bin/mail/lex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/mail') 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; -- cgit v1.1