mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
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;
|
||||
|
||||
g_print ("%d, %d\n", kev, keyval);
|
||||
|
||||
pos = priv->position;
|
||||
if (priv->text)
|
||||
len = g_utf8_strlen (priv->text, -1);
|
||||
|
Loading…
Reference in New Issue
Block a user