summaryrefslogtreecommitdiff
path: root/obt
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-05-17 19:34:41 -0400
committerDana Jansens <danakj@orodu.net>2010-05-17 19:34:41 -0400
commitab7673c8167d94bdb93bd9905d6265dd3bf727b3 (patch)
tree8a07d16b9ba9c76850ff6b90fb5edf473df17b61 /obt
parent545061829795ad5c5f07f2b2607d42b3e695ed15 (diff)
remove a debug print in the keyboard obt stuff
Diffstat (limited to 'obt')
-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)