]> Dogcows Code - chaz/openbox/commitdiff
remove debug print
authorDana Jansens <danakj@orodu.net>
Tue, 3 Jun 2003 05:17:32 +0000 (05:17 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 3 Jun 2003 05:17:32 +0000 (05:17 +0000)
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.026902 seconds and 4 git commands to generate.