remove excessive debug print
This commit is contained in:
parent
055cef6c5d
commit
52b63adfe1
1 changed files with 0 additions and 3 deletions
|
@ -2891,9 +2891,6 @@ void client_configure(ObClient *self, gint x, gint y, gint w, gint h,
|
||||||
oldw = self->area.width;
|
oldw = self->area.width;
|
||||||
oldh = self->area.height;
|
oldh = self->area.height;
|
||||||
RECT_SET(self->area, x, y, w, h);
|
RECT_SET(self->area, x, y, w, h);
|
||||||
ob_debug("Client area %s set to %d %d %d %d\n",
|
|
||||||
self->title, self->area.x, self->area.y,
|
|
||||||
self->area.width, self->area.height);
|
|
||||||
|
|
||||||
/* for app-requested resizes, always resize if 'resized' is true.
|
/* for app-requested resizes, always resize if 'resized' is true.
|
||||||
for user-requested ones, only resize if final is true, or when
|
for user-requested ones, only resize if final is true, or when
|
||||||
|
|
Loading…
Reference in a new issue