Remove forgotten debug printf().
authorLaurent Monin <geeqie@norz.org>
Fri, 18 Apr 2008 21:51:08 +0000 (21:51 +0000)
committerLaurent Monin <geeqie@norz.org>
Fri, 18 Apr 2008 21:51:08 +0000 (21:51 +0000)
src/image-overlay.c

index 4afc78e..7c0fc46 100644 (file)
@@ -388,7 +388,6 @@ static GdkPixbuf *image_osd_info_render(ImageWindow *imd)
 
        layout = gtk_widget_create_pango_layout(imd->pr, NULL);
        pango_layout_set_markup(layout, text, -1);
-printf("|%s|\n",text);
        g_free(text);
     
        pango_layout_get_pixel_size(layout, &width, &height);