From f96458275af119a2f85022194b592b4aab28b8bf Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 19 Sep 2009 15:09:07 +0100 Subject: Remove a debug statement --- src/glamo-kms-exa.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/glamo-kms-exa.c b/src/glamo-kms-exa.c index ec116ab..f29c296 100644 --- a/src/glamo-kms-exa.c +++ b/src/glamo-kms-exa.c @@ -377,9 +377,6 @@ static Bool GlamoKMSExaPrepareAccess(PixmapPtr pPix, int index) return TRUE; } - xf86DrvMsg(pScrn->scrnIndex, X_INFO, "PrepareAccess (%i)\n", - driver_priv->bo->handle); - /* Return as quickly as possible if we have a mapping already */ if ( driver_priv->bo->virtual ) { pPix->devPrivate.ptr = driver_priv->bo->virtual; -- cgit v1.2.3