mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
Removed debugging cruft.
Broken in: previous commit
This commit is contained in:
parent
1383f617d2
commit
e43edbda3d
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue