diff --git a/gtk/gtkmodelbutton.c b/gtk/gtkmodelbutton.c index 4c3399cbe5..0cbdbbe76a 100644 --- a/gtk/gtkmodelbutton.c +++ b/gtk/gtkmodelbutton.c @@ -1052,7 +1052,6 @@ gtk_model_button_clicked (GtkButton *button) { GtkModelButton *model_button = GTK_MODEL_BUTTON (button); - g_print ("model button clicked\n"); if (model_button->menu_name != NULL) { GtkWidget *stack;