From: Dana Jansens Date: Mon, 17 May 2010 23:34:41 +0000 (-0400) Subject: remove a debug print in the keyboard obt stuff X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=ab7673c8167d94bdb93bd9905d6265dd3bf727b3 remove a debug print in the keyboard obt stuff --- 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)