remove debug print

This commit is contained in:
Dana Jansens 2007-06-13 15:14:20 +00:00
parent 99c6a00cf6
commit 1e2b24cd2f

View file

@ -220,7 +220,7 @@ void grab_key_passive_count(int change)
void ungrab_passive_key()
{
ob_debug("ungrabbing %d passive grabs\n", passive_count);
/*ob_debug("ungrabbing %d passive grabs\n", passive_count);*/
if (passive_count) {
/* kill out passive grab */
XUngrabKeyboard(ob_display, event_curtime);