diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-23 15:41:36 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-23 15:41:36 +0000 |
| commit | 52b63adfe1120b2e6bc12df4b9f867e9e7c6ab31 (patch) | |
| tree | 1c142ddf244a92e2ac67780fdefee269b292eb81 /openbox | |
| parent | 055cef6c5ddae81fe8976ad83cfa4d60248c0f49 (diff) | |
remove excessive debug print
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/client.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/client.c b/openbox/client.c index 82024945..e58cc753 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2891,9 +2891,6 @@ void client_configure(ObClient *self, gint x, gint y, gint w, gint h, oldw = self->area.width; oldh = self->area.height; 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 user-requested ones, only resize if final is true, or when |
