Remove a debugging warnx() that got committed by mistake.

This commit is contained in:
Dag-Erling Smørgrav 2001-11-03 01:31:46 +00:00
parent 5d339e3d47
commit f2a871e75b

View file

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