From a0ee9069035c3824307fd9004b53238d70c05882 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Mon, 21 May 2012 10:32:34 -0700 Subject: [PATCH] common: disable debugging Note to others: do not enable debugging in the checked-in code. It is for testint purposes only. --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 81facf69..3e97432c 100644 --- a/common.h +++ b/common.h @@ -5,7 +5,7 @@ #include #include "mymemory.h" -#define CONFIG_DEBUG +//#define CONFIG_DEBUG #ifdef CONFIG_DEBUG #define DEBUG(fmt, ...) do { printf("*** %25s(): line %-4d *** " fmt, __func__, __LINE__, ##__VA_ARGS__); } while (0) -- 2.34.1