gkimmulticontext: Remove left over debug print

Remove the g_print debug statement from propagate_purpose.

https://bugzilla.gnome.org/show_bug.cgi?id=682747
This commit is contained in:
Adel Gadllah 2012-08-27 00:48:43 +02:00 committed by Matthias Clasen
parent 7bc85458cc
commit 13a821e70b

View File

@ -769,8 +769,6 @@ propagate_purpose (GtkIMMulticontext *context)
GtkInputPurpose purpose;
GtkInputHints hints;
g_print ("propagate purpose to %p\n", context->priv->slave);
if (context->priv->slave == NULL)
return;