diff --git a/src/query/src/qAggMain.c b/src/query/src/qAggMain.c index 11a96f7ef3f49ada0b2c8f089340209f31f4d211..3b1ffa46d9173f88268c0bac58e4fac7cfe5edfb 100644 --- a/src/query/src/qAggMain.c +++ b/src/query/src/qAggMain.c @@ -3051,10 +3051,6 @@ static void apercentile_finalizer(SQLFunctionCtx *pCtx) { SResultRowCellInfo * pResInfo = GET_RES_INFO(pCtx); SAPercentileInfo *pOutput = GET_ROWCELL_INTERBUF(pResInfo); - if (pOutput->pHisto->numOfElems > 1000) { - printf("%d\n", pOutput->pHisto->numOfElems); - } - if (pCtx->currentStage == MERGE_STAGE) { if (pResInfo->hasResult == DATA_SET_FLAG) { // check for null assert(pOutput->pHisto->numOfElems > 0);