rm the debug print
This commit is contained in:
parent
a1e450ee69
commit
7c6c4984b3
1 changed files with 0 additions and 2 deletions
|
@ -261,8 +261,6 @@ void screen_set_desktop(guint num)
|
||||||
|
|
||||||
g_assert(num < screen_num_desktops);
|
g_assert(num < screen_num_desktops);
|
||||||
|
|
||||||
g_message("Moving to desktop %u", num);
|
|
||||||
|
|
||||||
old = screen_desktop;
|
old = screen_desktop;
|
||||||
screen_desktop = num;
|
screen_desktop = num;
|
||||||
PROP_SET32(ob_root, net_current_desktop, cardinal, num);
|
PROP_SET32(ob_root, net_current_desktop, cardinal, num);
|
||||||
|
|
Loading…
Reference in a new issue