summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obt/keyboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/obt/keyboard.c b/obt/keyboard.c
index 5b80fd8a..f4761ed5 100644
--- a/obt/keyboard.c
+++ b/obt/keyboard.c
@@ -147,7 +147,6 @@ void xim_init(void)
if (g_ascii_islower(aclass[0]))
aclass[0] = g_ascii_toupper(aclass[0]);
- g_print("Opening Input Method for %s %s\n", aname, aclass);
xim = XOpenIM(obt_display, NULL, aname, aclass);
if (!xim)