remove debug printf

This commit is contained in:
Bomin Zhang 2020-07-01 16:57:11 +08:00
parent c9600717ad
commit 2ed7cdd35f
1 changed files with 0 additions and 1 deletions

View File

@ -853,7 +853,6 @@ static int tsdbAddTableIntoIndex(STsdbMeta *pMeta, STable *pTable) {
STable *pSTable = tsdbGetTableByUid(pMeta, TABLE_SUID(pTable));
ASSERT(pSTable != NULL);
printf("pTable = %p, pSTable = %p\n", pTable, pSTable);
pTable->pSuper = pSTable;
int32_t level = 0;