Remove a debugging warnx() that got committed by mistake.
This commit is contained in:
parent
4045ee942a
commit
f0e2818632
@ -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 New Issue
Block a user