refactor: disable warning.

This commit is contained in:
Haojun Liao 2023-01-16 16:02:23 +08:00
parent 20b4c1ca83
commit e3248d0053
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ static int32_t optimizeTbnameInCondImpl(void* metaHandle, int64_t suid, SArray*
return -1;
}
} else {
qWarn("failed to get tableIds from by table name: %s, reason: %s", name, tstrerror(terrno));
// qWarn("failed to get tableIds from by table name: %s, reason: %s", name, tstrerror(terrno));
terrno = 0;
}
}