]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.c
fix a warning
[chaz/openbox] / openbox / stacking.c
index f0c13d6d2f0d7fc584941a104ea97ee340bcd46a..696ce354f09d6fec6ba348ee4fc21273d90c13fb 100644 (file)
@@ -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);
 
This page took 0.020427 seconds and 4 git commands to generate.