From: Dana Jansens Date: Wed, 8 Jan 2003 06:47:13 +0000 (+0000) Subject: rm old debug printfs X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=3b4d453f908437cc0228eed9fbf742dbcc06630b;p=chaz%2Fopenbox rm old debug printfs --- diff --git a/otk/eventdispatcher.cc b/otk/eventdispatcher.cc index 6beff8dc..38d395d7 100644 --- a/otk/eventdispatcher.cc +++ b/otk/eventdispatcher.cc @@ -98,9 +98,7 @@ void OtkEventDispatcher::dispatchEvents(void) // send a FocusIn first if one exists while (XCheckTypedEvent(OBDisplay::display, FocusIn, &fi)) { // any other types are not ones we're interested in - printf("found focusin\n"); if (fi.xfocus.detail == NotifyNonlinear) { - printf("sending focusin\n"); dispatch(fi.xfocus.window, fi); break; }