From caa57f6877bfde240b5665725aa2ef60fce8236b Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Sun, 8 Jan 2006 16:30:59 +0000 Subject: [PATCH] Removed debug messages --- gnoemoe/widgets/gm-world-text-view.c | 3 --- 1 file changed, 3 deletions(-) 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; }