modelbutton: Remove debug spew

This commit is contained in:
Matthias Clasen 2015-12-15 13:14:49 -05:00
parent af4e7b7a8e
commit fdb9625f4f

View File

@ -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;