From 7c6c4984b39b3e107c1a1f8de88008e0218ea805 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 08:23:05 +0000 Subject: [PATCH] rm the debug print --- openbox/screen.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.2