remove debug print

This commit is contained in:
Dana Jansens 2003-06-21 18:08:26 +00:00
parent 716477fc40
commit 7e83fa0866

View file

@ -1797,7 +1797,6 @@ void client_configure(Client *self, Corner anchor, int x, int y, int w, int h,
event.xconfigure.override_redirect = FALSE;
XSendEvent(event.xconfigure.display, event.xconfigure.window,
FALSE, StructureNotifyMask, &event);
g_message ("SENT CONFIG");
}
}
}