[svn] Remove stray debugging message.

Published in <sxszo4sxjpw.fsf@florida.arsdigita.de>.
This commit is contained in:
hniksic 2001-12-09 11:44:20 -08:00
parent 0a89fc1a10
commit e521ee38ff
2 changed files with 5 additions and 4 deletions

View 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.

View 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]);
}