summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-02-14 13:05:46 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-02-14 13:08:27 -0500
commite2bde55277631a581ccac0232ca39474f6bccf7b (patch)
tree1e6d1cb7be95921900b98b549eb83a179f985224 /gtk/gtkimcontextsimple.c
parentabdbe207fee0d84b129ac0a57d557e5f8bd91219 (diff)
downloadgtk+-e2bde55277631a581ccac0232ca39474f6bccf7b.tar.gz
Remove leftover debug spew
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r--gtk/gtkimcontextsimple.c1
1 files changed, 0 insertions, 1 deletions
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;