From aa69018c01d2fa963fb940718dbd653d6ca2c9eb Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 3 Aug 2006 19:12:15 -0700 Subject: [PATCH] Turn off video debugging now that it appears to work fine. --- src/i830_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i830_video.c b/src/i830_video.c index e3384dd8..fca82303 100644 --- a/src/i830_video.c +++ b/src/i830_video.c @@ -1,4 +1,4 @@ -#define VIDEO_DEBUG 1 +#define VIDEO_DEBUG 0 /*************************************************************************** Copyright 2000 Intel Corporation. All Rights Reserved.