From 728d63c6646923f3feed8f5dcf47a70156280c50 Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Tue, 10 May 2022 12:19:32 +0800 Subject: [PATCH 1/2] ehn: remove debug log --- include/common/taosdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/taosdef.h b/include/common/taosdef.h index 5384082da3..e1f8832edf 100644 --- a/include/common/taosdef.h +++ b/include/common/taosdef.h @@ -89,7 +89,7 @@ extern char *qtypeStr[]; #define TSDB_PORT_HTTP 11 -#define TD_DEBUG_PRINT_ROW +#undef TD_DEBUG_PRINT_ROW #ifdef __cplusplus } From 5a8497fe4568b3f4282b2f25163bc1612c40d5ed Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Tue, 10 May 2022 12:21:47 +0800 Subject: [PATCH 2/2] fix: undef debug flag --- include/common/taosdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/taosdef.h b/include/common/taosdef.h index 5384082da3..e1f8832edf 100644 --- a/include/common/taosdef.h +++ b/include/common/taosdef.h @@ -89,7 +89,7 @@ extern char *qtypeStr[]; #define TSDB_PORT_HTTP 11 -#define TD_DEBUG_PRINT_ROW +#undef TD_DEBUG_PRINT_ROW #ifdef __cplusplus }