remove debug print

This commit is contained in:
Dana Jansens 2003-06-03 05:17:32 +00:00
parent 9867ce2367
commit f827fbcaee

View file

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