]> sjero.net Git - wget/commitdiff
[svn] Remove stray debugging message.
authorhniksic <devnull@localhost>
Sun, 9 Dec 2001 19:44:20 +0000 (11:44 -0800)
committerhniksic <devnull@localhost>
Sun, 9 Dec 2001 19:44:20 +0000 (11:44 -0800)
Published in <sxszo4sxjpw.fsf@florida.arsdigita.de>.

src/ChangeLog
src/main.c

index d949c29f0bca5611574a4367383bdcb631c4fe08..459a3b89985469a87f97445837cd3e1c91818306 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * main.c (main): Remove stray debugging message.
+
 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * progress.c (create_image): Fix ETA padding when hours are prined.
index 49e979fb910ffae0bbe8940e67cd8c7c889cc2a1..765ee737d9f161ce1b944aa154036adac826d471 100644 (file)
@@ -738,10 +738,7 @@ Can't timestamp and not clobber old files at the same time.\n"));
     {
       char *rewritten = rewrite_shorthand_url (argv[optind]);
       if (rewritten)
-       {
-         printf ("Converted %s to %s\n", argv[optind], rewritten);
-         url[i] = rewritten;
-       }
+       url[i] = rewritten;
       else
        url[i] = xstrdup (argv[optind]);
     }