]> Pileus Git - ~andy/gtk/commitdiff
Remove leftover debug spew
authorMatthias Clasen <mclasen@redhat.com>
Tue, 14 Feb 2012 18:05:46 +0000 (13:05 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Feb 2012 18:08:27 +0000 (13:08 -0500)
gtk/gtkimcontextsimple.c

index 8fefc72d119837748632d016e9397a49db5bb2e3..032e16d63909567a6af3797eaa71de4064f68a49 100644 (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;