From ab7673c8167d94bdb93bd9905d6265dd3bf727b3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 May 2010 19:34:41 -0400 Subject: [PATCH] remove a debug print in the keyboard obt stuff --- obt/keyboard.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.43.0