Remove debug message

This commit is contained in:
Michael Stapelberg 2009-09-27 23:04:41 +02:00
parent 058d9cc3a2
commit 226664d288
1 changed files with 0 additions and 1 deletions

View File

@ -303,7 +303,6 @@ void workspace_initialize(Workspace *ws, i3Screen *screen) {
if (ws->preferred_screen == NULL ||
(ws->screen = get_screen_from_preference(virtual_screens, ws->preferred_screen)) == NULL)
ws->screen = screen;
else { LOG("yay, found assignment\n"); }
/* Copy the dimensions from the virtual screen */
memcpy(&(ws->rect), &(ws->screen->rect), sizeof(Rect));