[libgda] Removed debug comment



commit bcd76bc6cfec37113982d21f54b74963fd918b64
Author: Vivien Malerba <malerba gnome-db org>
Date:   Sat Dec 18 22:37:00 2010 +0100

    Removed debug comment

 libgda-ui/gdaui-rt-editor.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libgda-ui/gdaui-rt-editor.c b/libgda-ui/gdaui-rt-editor.c
index 69c071c..0db11a7 100644
--- a/libgda-ui/gdaui-rt-editor.c
+++ b/libgda-ui/gdaui-rt-editor.c
@@ -1052,10 +1052,11 @@ text_buffer_changed_cb (GtkTextBuffer *textbuffer, GdauiRtEditor *rte)
 	for (mt = get_token (&start, &ssol, &end, current, rte);
 	     mt != MARKUP_EOF;
 	     mt = get_token (&start, &ssol, &end, current, rte)) {
+		/*
 		gchar *text= gtk_text_iter_get_text (&start, &end);
-		/*g_print ("Token %d [%s] with SSOL %d\n", mt, text, ssol);*/
+		g_print ("Token %d [%s] with SSOL %d\n", mt, text, ssol);
 		g_free (text);
-
+		*/
 		if (mt == MARKUP_NONE) {
 			start = end;
 			continue;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]