diff options
Diffstat (limited to 'my-evolution/e-summary-weather.c')
-rw-r--r-- | my-evolution/e-summary-weather.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, "<dd><img align=\"middle\" " "src=\"%s\"> <b>", icon_name); |