Remove leftover debug spew

This commit is contained in:
Matthias Clasen 2012-02-14 13:05:46 -05:00
parent abdbe207fe
commit e2bde55277

View File

@ -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;