diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-03 01:31:46 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-03 01:31:46 +0000 |
| commit | f2a871e75bf7dd3a1bf549883be5774df1dfd416 (patch) | |
| tree | 61b1cdcf62361cc9e23b9dea3e048fbf40f1600c /usr.bin/fetch | |
| parent | 5d339e3d47f09bd166ff9c05d077e22eb0edb40f (diff) | |
Notes
Diffstat (limited to 'usr.bin/fetch')
| -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"); |
