diff --git a/openbox/screen.c b/openbox/screen.c index 928c1ef6..50628730 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -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);