summaryrefslogtreecommitdiff
path: root/openbox/screen.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-26 08:23:05 +0000
committerDana Jansens <danakj@orodu.net>2003-03-26 08:23:05 +0000
commit7c6c4984b39b3e107c1a1f8de88008e0218ea805 (patch)
tree016772bcd50f975ca135dc8c67a68b84b9fb599d /openbox/screen.c
parenta1e450ee6933b69614f48b67180ac826ca1a7068 (diff)
rm the debug print
Diffstat (limited to 'openbox/screen.c')
-rw-r--r--openbox/screen.c2
1 files changed, 0 insertions, 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);