]> Dogcows Code - chaz/openbox/commitdiff
rm the debug print
authorDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 08:23:05 +0000 (08:23 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 08:23:05 +0000 (08:23 +0000)
openbox/screen.c

index 928c1ef62c6d8c3180f8f64050a03be949fec845..506287303e3af6137430cf860bf529595d0ca813 100644 (file)
@@ -261,8 +261,6 @@ void screen_set_desktop(guint num)
      
     g_assert(num < screen_num_desktops);
 
-    g_message("Moving to desktop %u", num);
-  
     old = screen_desktop;
     screen_desktop = num;
     PROP_SET32(ob_root, net_current_desktop, cardinal, num);
This page took 0.027935 seconds and 4 git commands to generate.