Remove spewage

svn path=/trunk/; revision=11213
This commit is contained in:
Iain Holmes
2001-07-18 21:40:23 +00:00
parent a715797c02
commit cdd1ac0d65
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-07-18 Iain Holmes <iain@ximian.com>
* e-summary-weather.c (weather_make_html): Remove spewage.
2001-07-18 Iain Holmes <iain@ximian.com>
* e-summary.c (e_summary_reconfigure): Reconfigure the tasks.

View File

@ -90,7 +90,6 @@ weather_make_html (Weather *w)
char *icon_name;
icon_name = icon_from_weather (w);
g_print ("icon_name: %s\n", icon_name);
string = g_string_new ("");
g_string_sprintf (string, "<dd><img align=\"middle\" "
"src=\"%s\">&#160;<b>", icon_name);