remove a debug print in the keyboard obt stuff

This commit is contained in:
Dana Jansens 2010-05-17 19:34:41 -04:00
parent 5450618297
commit ab7673c816

View file

@ -147,7 +147,6 @@ void xim_init(void)
if (g_ascii_islower(aclass[0])) if (g_ascii_islower(aclass[0]))
aclass[0] = g_ascii_toupper(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); xim = XOpenIM(obt_display, NULL, aname, aclass);
if (!xim) if (!xim)