summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/fetch.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-11-03 01:31:46 +0000
committerdes <des@FreeBSD.org>2001-11-03 01:31:46 +0000
commit572d6d9be0c8fbb4a339b02b8cef53de4c80f9ea (patch)
tree61b1cdcf62361cc9e23b9dea3e048fbf40f1600c /usr.bin/fetch/fetch.c
parent206c5d779ec76d32b6647bf282ddd75945308372 (diff)
downloadFreeBSD-src-572d6d9be0c8fbb4a339b02b8cef53de4c80f9ea.zip
FreeBSD-src-572d6d9be0c8fbb4a339b02b8cef53de4c80f9ea.tar.gz
Remove a debugging warnx() that got committed by mistake.
Diffstat (limited to 'usr.bin/fetch/fetch.c')
-rw-r--r--usr.bin/fetch/fetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c
index fc6ba2a..ddbf34e 100644
--- a/usr.bin/fetch/fetch.c
+++ b/usr.bin/fetch/fetch.c
@@ -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");
OpenPOWER on IntegriCloud