remove debug print
This commit is contained in:
parent
9867ce2367
commit
f827fbcaee
1 changed files with 0 additions and 2 deletions
|
@ -110,8 +110,6 @@ void stacking_raise(ObWindow *window)
|
|||
{
|
||||
g_assert(stacking_list != NULL); /* this would be bad */
|
||||
|
||||
g_message("RAISING");
|
||||
|
||||
if (WINDOW_IS_CLIENT(window)) {
|
||||
Client *client = WINDOW_AS_CLIENT(window);
|
||||
|
||||
|
|
Loading…
Reference in a new issue