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

This commit is contained in:
des 2001-11-03 01:31:46 +00:00
parent 4045ee942a
commit f0e2818632

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