fix:do not print log

This commit is contained in:
54liuyao 2023-01-11 16:41:49 +08:00
parent 45ec75a5f3
commit 3df1f0ecc3
1 changed files with 2 additions and 2 deletions

View File

@ -1331,9 +1331,9 @@ int32_t tTagNew(SArray *pArray, int32_t version, int8_t isJson, STag **ppTag) {
}
n += tPutTagVal(p + n, (STagVal *)taosArrayGet(pArray, iTag), isJson);
}
// #ifdef TD_DEBUG_PRINT_TAG
#ifdef TD_DEBUG_PRINT_TAG
debugPrintSTag(*ppTag, __func__, __LINE__);
// #endif
#endif
return code;