diff options
Diffstat (limited to 'openbox/stacking.c')
| -rw-r--r-- | openbox/stacking.c | 2 |
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); |
