From: Dana Jansens Date: Tue, 3 Jun 2003 05:17:32 +0000 (+0000) Subject: remove debug print X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=f827fbcaee822a0ef7d573edeb551bf2c1865aac;p=chaz%2Fopenbox remove debug print --- 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);