From: Dave Airlie Date: Mon, 2 Mar 2009 17:37:23 +0000 (+1000) Subject: radeon: remove debugging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54b42c0a4a07c5eab5c5dc4ebce2b947b7b6722e;p=mesa.git radeon: remove debugging --- diff --git a/src/mesa/drivers/dri/radeon/radeon_common.c b/src/mesa/drivers/dri/radeon/radeon_common.c index 1021f9beec6..99270c947f3 100644 --- a/src/mesa/drivers/dri/radeon/radeon_common.c +++ b/src/mesa/drivers/dri/radeon/radeon_common.c @@ -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);