summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
Diffstat (limited to 'openbox')
-rw-r--r--openbox/stacking.c2
1 files changed, 0 insertions, 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);