From f827fbcaee822a0ef7d573edeb551bf2c1865aac Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 3 Jun 2003 05:17:32 +0000 Subject: [PATCH] remove debug print --- openbox/stacking.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.2