Marco's fix got adjusted
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2000 18:08:34 +0000 (18:08 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Apr 2000 18:08:34 +0000 (18:08 +0000)
lib/url.c

index 7152511..1b1607f 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -1191,7 +1191,6 @@ static UrgError _urlget(struct UrlData *data)
    * you download to stdout and redirect it to a file). */
 
   if ((data->out)->_handle == NULL) {
-    fprintf(stderr, "_fsetmode\n");
     _fsetmode(stdout, "b");
   }
 #endif