From d42eb04c29d015fb1e4ed4e9ded4c0dd8bc7dc3c Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Sat, 31 Dec 2011 19:27:33 +0800 Subject: [PATCH] Remove useless output messages. Signed-off-by: Zhigang Gong --- glamor/glamor_tile.c | 1 - 1 file changed, 1 deletion(-) diff --git a/glamor/glamor_tile.c b/glamor/glamor_tile.c index bd5192c0a..f5a6e759f 100644 --- a/glamor/glamor_tile.c +++ b/glamor/glamor_tile.c @@ -117,7 +117,6 @@ glamor_tile(PixmapPtr pixmap, PixmapPtr tile, if (((tile_x != 0) && (tile_x + width > tile->drawable.width)) || ((tile_y != 0) && (tile_y + height > tile->drawable.height))) { - ErrorF("tile_x = %d tile_y = %d \n", tile_x, tile_y); goto fail; } if (glamor_priv->tile_prog == 0) {