X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.c;h=696ce354f09d6fec6ba348ee4fc21273d90c13fb;hb=bda9e6aaf969e3536e23c3efb771d7d828ddfae8;hp=f0c13d6d2f0d7fc584941a104ea97ee340bcd46a;hpb=3424de66b2fa48f259e3892da3ad0a6427f389b4;p=chaz%2Fopenbox diff --git a/openbox/stacking.c b/openbox/stacking.c index f0c13d6d..696ce354 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -110,8 +110,6 @@ void stacking_raise(ObWindow *window) { g_assert(stacking_list != NULL); /* this would be bad */ - g_message("RAISING"); - if (WINDOW_IS_CLIENT(window)) { Client *client = WINDOW_AS_CLIENT(window);