]> Dogcows Code - chaz/openbox/commitdiff
remove excessive debug print
authorDana Jansens <danakj@orodu.net>
Sat, 23 Jun 2007 15:41:36 +0000 (15:41 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 23 Jun 2007 15:41:36 +0000 (15:41 +0000)
openbox/client.c

index 820249451adba32423eade64d845e1d39523b277..e58cc753733078743560748dcc0c7399e545aa73 100644 (file)
@@ -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
This page took 0.026499 seconds and 4 git commands to generate.