aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--android/hw-pipe-net.c2
1 files changed, 1 insertions, 1 deletions
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")