rm the debug print

This commit is contained in:
Dana Jansens 2003-03-26 08:23:05 +00:00
parent a1e450ee69
commit 7c6c4984b3

View 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);