fix: donot print log while assert

This commit is contained in:
Shengliang Guan 2022-12-10 10:55:47 +08:00
parent 6f663c3035
commit ab77b02813
1 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ bool taosAssert(bool condition, const char *file, int32_t line, const char *form
taosPrintTrace(flags, level, dflag);
if (tsAssert) {
taosCloseLog();
// taosCloseLog();
taosMsleep(300);
#ifdef NDEBUG