diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-05-17 19:34:41 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-05-17 19:34:41 -0400 |
| commit | ab7673c8167d94bdb93bd9905d6265dd3bf727b3 (patch) | |
| tree | 8a07d16b9ba9c76850ff6b90fb5edf473df17b61 | |
| parent | 545061829795ad5c5f07f2b2607d42b3e695ed15 (diff) | |
remove a debug print in the keyboard obt stuff
| -rw-r--r-- | obt/keyboard.c | 1 |
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) |
