X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fkeyboard.c;h=f4761ed5e7b43757b812eca1b56e30173c0ed9ee;hb=6865e538a3025dab0c7493b4bb167fdf432df5f2;hp=5b80fd8af52dab485564b4021451908c8cc4a4a9;hpb=59c831642a9b5c589c4027d79f566d55e78d95ec;p=chaz%2Fopenbox 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)