From 6b32ee5f4307f68b668b5b46893ceb49ec16fa6e Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Fri, 16 Dec 2011 10:39:05 -0800 Subject: EmuGL: disable debug spam Change-Id: Idb86b2e8bbb396ee1bca606a32569b9b6b46dcb8 --- android/hw-pipe-net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') diff --git a/android/hw-pipe-net.c b/android/hw-pipe-net.c index c2a7e9e..5a25401 100644 --- a/android/hw-pipe-net.c +++ b/android/hw-pipe-net.c @@ -30,7 +30,7 @@ /* Implement the OpenGL fast-pipe */ /* Set to 1 or 2 for debug traces */ -#define DEBUG 1 +// #define DEBUG 1 #if DEBUG >= 1 # define D(...) printf(__VA_ARGS__), printf("\n") -- cgit v1.1