Remove stray debug message
This patch removes a stray g_print() added for debugging purposes, which also produces a compiler warning.
This commit is contained in:
parent
500d7482b6
commit
1e36656622
@ -1080,8 +1080,6 @@ clutter_entry_handle_key_event (ClutterEntry *entry, ClutterKeyEvent *kev)
|
|||||||
|
|
||||||
priv = entry->priv;
|
priv = entry->priv;
|
||||||
|
|
||||||
g_print ("%d, %d\n", kev, keyval);
|
|
||||||
|
|
||||||
pos = priv->position;
|
pos = priv->position;
|
||||||
if (priv->text)
|
if (priv->text)
|
||||||
len = g_utf8_strlen (priv->text, -1);
|
len = g_utf8_strlen (priv->text, -1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user