diff --git a/gnoemoe/widgets/gm-world-text-view.c b/gnoemoe/widgets/gm-world-text-view.c index 4aff2c5..46046d4 100644 --- a/gnoemoe/widgets/gm-world-text-view.c +++ b/gnoemoe/widgets/gm-world-text-view.c @@ -451,8 +451,6 @@ gm_world_text_view_populate_popup(GtkTextView *text_view, GtkTextIter iter, start, end; GtkWidget *item; gchar *str = NULL; - - GM_DEBUG("Populate menu"); if (parent_class->populate_popup) { parent_class->populate_popup(text_view, menu); @@ -474,7 +472,6 @@ gm_world_text_view_populate_popup(GtkTextView *text_view, &start, &end, FALSE); } - GM_DEBUG("%s", str); if (str == NULL || *str == '\0') { return; }