diff options
Diffstat (limited to 'usr.bin/fetch/fetch.c')
| -rw-r--r-- | usr.bin/fetch/fetch.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |
