remove debug print

This commit is contained in:
Dana Jansens 2003-03-24 20:16:00 +00:00
parent c2684d312b
commit 3bbe809596

View file

@ -408,7 +408,6 @@ void frame_adjust_shape(ObFrame *self)
void frame_adjust_area(ObFrame *self, gboolean moved, gboolean resized)
{
g_message("adjust_area: %d %d", moved, resized);
if (resized) {
if (self->frame.client->decorations & Decor_Border) {
self->bwidth = s_bwidth;