From f0e281863201952d4d19260c7fe02390cd261743 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 3 Nov 2001 01:31:46 +0000 Subject: [PATCH] Remove a debugging warnx() that got committed by mistake. --- usr.bin/fetch/fetch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index fc6ba2a0a93f..ddbf34e514d9 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");