From: Dana Jansens Date: Fri, 16 May 2003 18:34:51 +0000 (+0000) Subject: remove debug prints X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=2d6c9a7ba683271aeda92df524a38a52236a0228;p=chaz%2Fopenbox remove debug prints --- diff --git a/openbox/event.c b/openbox/event.c index f55950b5..732857e0 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1007,7 +1007,6 @@ static void event_handle_dockapp(DockApp *app, XEvent *e) dock_app_drag(app, &e->xmotion); break; case UnmapNotify: - g_message("Unmap"); if (app->ignore_unmaps) { app->ignore_unmaps--; break; @@ -1015,7 +1014,6 @@ static void event_handle_dockapp(DockApp *app, XEvent *e) dock_remove(app, TRUE); break; case DestroyNotify: - g_message("Destroy"); dock_remove(app, FALSE); break; case ReparentNotify: