mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Remove a debugging warnx() that got committed by mistake.
This commit is contained in:
parent
5d339e3d47
commit
f2a871e75b
1 changed files with 0 additions and 1 deletions
|
|
@ -481,7 +481,6 @@ fetch(char *URL, const char *path)
|
|||
|
||||
if (tmppath != NULL) {
|
||||
mkstemps(tmppath, strlen(slash) + 1);
|
||||
warnx("tmppath: %s", tmppath);
|
||||
of = fopen(tmppath, "w");
|
||||
} else {
|
||||
of = fopen(path, "w");
|
||||
|
|
|
|||
Loading…
Reference in a new issue