From be8140691965ba0856fe64a6951ad4ebd525d219 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Fri, 6 Sep 2019 15:12:24 +0900 Subject: [PATCH] Disable AC_DEBUG by default --- src/AutoConnectDefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoConnectDefs.h b/src/AutoConnectDefs.h index 97e8fd5..2a5e171 100644 --- a/src/AutoConnectDefs.h +++ b/src/AutoConnectDefs.h @@ -11,7 +11,7 @@ #define _AUTOCONNECTDEFS_H_ // Uncomment the following AC_DEBUG to enable debug output. -#define AC_DEBUG +//#define AC_DEBUG // Debug output destination can be defined externally with AC_DEBUG_PORT #ifndef AC_DEBUG_PORT