fix(query): remove printf.
This commit is contained in:
parent
fe918b3f69
commit
d305e975c4
|
@ -2506,7 +2506,6 @@ static int32_t doBuildDataBlock(STsdbReader* pReader) {
|
||||||
|
|
||||||
if (pLastBlockReader->currentBlockIndex == -1) {
|
if (pLastBlockReader->currentBlockIndex == -1) {
|
||||||
// ASSERT(0);
|
// ASSERT(0);
|
||||||
printf("error\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
initLastBlockReader(pLastBlockReader, pScanInfo->uid, &pScanInfo->indexInBlockL);
|
initLastBlockReader(pLastBlockReader, pScanInfo->uid, &pScanInfo->indexInBlockL);
|
||||||
|
|
Loading…
Reference in New Issue