From cdd1ac0d65dfaed0934f84ce8fbe50d1f055e8ea Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 18 Jul 2001 21:40:23 +0000 Subject: Remove spewage svn path=/trunk/; revision=11213 --- my-evolution/ChangeLog | 4 ++++ my-evolution/e-summary-weather.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 94f9d3aa16..f53d3aa184 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-07-18 Iain Holmes + + * e-summary-weather.c (weather_make_html): Remove spewage. + 2001-07-18 Iain Holmes * e-summary.c (e_summary_reconfigure): Reconfigure the tasks. diff --git a/my-evolution/e-summary-weather.c b/my-evolution/e-summary-weather.c index 597dee6325..0f3299e002 100644 --- a/my-evolution/e-summary-weather.c +++ b/my-evolution/e-summary-weather.c @@ -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, "
 ", icon_name); -- cgit v1.2.3