radeon: remove debugging
authorDave Airlie <airlied@redhat.com>
Mon, 2 Mar 2009 17:37:23 +0000 (03:37 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 2 Mar 2009 17:37:23 +0000 (03:37 +1000)
src/mesa/drivers/dri/radeon/radeon_common.c

index 1021f9beec6c352a4792280e4eabb883e27f196b..99270c947f31634d8317241fa18c6082dbd6b9d1 100644 (file)
@@ -175,7 +175,6 @@ void radeonSetCliprects(radeonContextPtr radeon)
        struct radeon_framebuffer *const read_rfb = readable->driverPrivate;
        int x_off, y_off;
 
-       fprintf(stderr,"cliprects %d %d\n", radeon->front_cliprects, radeon->constant_cliprect);
        radeon_get_cliprects(radeon, &radeon->pClipRects,
                             &radeon->numClipRects, &x_off, &y_off);