aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gtk-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-gtk-utils.c')
-rw-r--r--e-util/e-gtk-utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/e-gtk-utils.c b/e-util/e-gtk-utils.c
index 345f092e8d..99df6fe923 100644
--- a/e-util/e-gtk-utils.c
+++ b/e-util/e-gtk-utils.c
@@ -198,8 +198,6 @@ e_gtk_button_new_with_icon(const char *text, const char *stock)
if (gtk_stock_lookup(stock, &item)) {
GtkWidget *image, *hbox, *align;
- printf("new stock button '%s' label '%s'\n", stock, text);
-
image = gtk_image_new_from_stock(stock, GTK_ICON_SIZE_BUTTON);
hbox = gtk_hbox_new(FALSE, 2);
align = gtk_alignment_new(0.5, 0.5, 0.0, 0.0);