mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
Remove leftover debug spew
This commit is contained in:
parent
abdbe207fe
commit
e2bde55277
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user