fix(query): remove printf.

This commit is contained in:
Haojun Liao 2022-08-21 15:56:46 +08:00
parent fe918b3f69
commit d305e975c4
1 changed files with 0 additions and 1 deletions

View File

@ -2506,7 +2506,6 @@ static int32_t doBuildDataBlock(STsdbReader* pReader) {
if (pLastBlockReader->currentBlockIndex == -1) {
// ASSERT(0);
printf("error\n");
}
initLastBlockReader(pLastBlockReader, pScanInfo->uid, &pScanInfo->indexInBlockL);