From: Dana Jansens Date: Sat, 21 Jun 2003 18:08:26 +0000 (+0000) Subject: remove debug print X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7e83fa0866433a93f56a4914934f1d8497e28cf0;p=chaz%2Fopenbox remove debug print --- diff --git a/openbox/client.c b/openbox/client.c index 35e0e58a..c0f3d011 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1797,7 +1797,6 @@ void client_configure(Client *self, Corner anchor, int x, int y, int w, int h, event.xconfigure.override_redirect = FALSE; XSendEvent(event.xconfigure.display, event.xconfigure.window, FALSE, StructureNotifyMask, &event); - g_message ("SENT CONFIG"); } } }