summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-09-19 15:09:07 +0100
committerThomas White <taw@bitwiz.org.uk>2009-09-19 15:09:07 +0100
commitf96458275af119a2f85022194b592b4aab28b8bf (patch)
tree1ab1f22f3100dcf2992b53031028500914ad9cc8
parentbcbc3c57103d5455eea42a47b2067edfa1febdc2 (diff)
Remove a debug statement
-rw-r--r--src/glamo-kms-exa.c3
1 files changed, 0 insertions, 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;