summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-03 05:17:32 +0000
committerDana Jansens <danakj@orodu.net>2003-06-03 05:17:32 +0000
commitf827fbcaee822a0ef7d573edeb551bf2c1865aac (patch)
treecc2424629010482657a5a83c9d188640196aa7e2
parent9867ce23674a1767957d20e466ae7d89eb7ed8a1 (diff)
remove debug print
-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);