]> Dogcows Code - chaz/openbox/blobdiff - obt/keyboard.c
remove a debug print in the keyboard obt stuff
[chaz/openbox] / obt / keyboard.c
index 5b80fd8af52dab485564b4021451908c8cc4a4a9..f4761ed5e7b43757b812eca1b56e30173c0ed9ee 100644 (file)
@@ -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)
This page took 0.02538 seconds and 4 git commands to generate.