Merge pull request #12298 from taosdata/feature/TD-13066-3.0

fix: undef debug flag
This commit is contained in:
Cary Xu 2022-05-10 13:27:56 +08:00 committed by GitHub
commit e28b09d42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ extern char *qtypeStr[];
#define TSDB_PORT_HTTP 11 #define TSDB_PORT_HTTP 11
#define TD_DEBUG_PRINT_ROW #undef TD_DEBUG_PRINT_ROW
#ifdef __cplusplus #ifdef __cplusplus
} }