From: Dana Jansens Date: Fri, 21 Mar 2003 08:19:18 +0000 (+0000) Subject: rm debug print X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=b23c65362d66d229073817d6d66d26b3ccef6a62;p=chaz%2Fopenbox rm debug print --- diff --git a/openbox/event.c b/openbox/event.c index 43a3b230..b5f24eb8 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -241,7 +241,6 @@ void event_process(XEvent *e) so back it is. if problems arise again, then try filtering on the detail instead of the mode. */ if (e->xcrossing.mode != NotifyNormal) return; - g_print("%s\n", e->type == EnterNotify ? "EnterNotify":"LeaveNotify"); break; }