Skip to content

Commit

Permalink
Remove forgotten debug printf().
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Apr 18, 2008
1 parent 763f843 commit a010c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/image-overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a010c8e

Please sign in to comment.