Removed debugging cruft.

Broken in:	previous commit
This commit is contained in:
Bruce Evans 1998-10-10 18:37:02 +00:00
parent 1383f617d2
commit e43edbda3d

View File

@ -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;