diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-06-03 05:17:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-06-03 05:17:32 +0000 |
| commit | f827fbcaee822a0ef7d573edeb551bf2c1865aac (patch) | |
| tree | cc2424629010482657a5a83c9d188640196aa7e2 /openbox | |
| parent | 9867ce23674a1767957d20e466ae7d89eb7ed8a1 (diff) | |
remove debug print
Diffstat (limited to 'openbox')
| -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); |
