diff --git a/include/client/taos.h b/include/client/taos.h index 4e68650ec5..1ac92c61a5 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 af8bda2593..1fbbb3f159 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