Removed debugging cruft.
Broken in: previous commit
This commit is contained in:
parent
1383f617d2
commit
e43edbda3d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user