diff --git a/include/client/taos.h b/include/client/taos.h index 4e68650ec5244691665d34e1c885ce4214b59cb4..1ac92c61a57a9a7bcef10d03930de73466ecd8b4 100644 --- a/include/client/taos.h +++ b/include/client/taos.h @@ -23,8 +23,6 @@ extern "C" { #endif -#define TD_DEBUG_PRINT_ROW - typedef void TAOS; typedef void TAOS_STMT; typedef void TAOS_RES; diff --git a/include/common/taosdef.h b/include/common/taosdef.h index af8bda2593fdcd84533414176ee7084343f982aa..1fbbb3f1599afdf77957869ff6d3399a318fda2f 100644 --- a/include/common/taosdef.h +++ b/include/common/taosdef.h @@ -82,6 +82,8 @@ extern char *qtypeStr[]; #define TSDB_PORT_HTTP 11 +#undef TD_DEBUG_PRINT_ROW + #ifdef __cplusplus } #endif