From e2bde55277631a581ccac0232ca39474f6bccf7b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 14 Feb 2012 13:05:46 -0500 Subject: [PATCH] Remove leftover debug spew --- gtk/gtkimcontextsimple.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index 8fefc72d11..032e16d639 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -843,7 +843,6 @@ gtk_im_context_simple_filter_keypress (GtkIMContext *context, if (priv->tentative_match && g_unichar_validate (priv->tentative_match)) { -g_print ("committing tentative match on release\n"); gtk_im_context_simple_commit_char (context, priv->tentative_match); priv->compose_buffer[0] = 0;