diff --git a/src/util/src/tinterpolation.c b/src/util/src/tinterpolation.c index 5f6ba38c51f385c5ccef725a4fc3fa861a3151f4..b17d17260792f9bd7bb511214524dfccb2f721ad 100644 --- a/src/util/src/tinterpolation.c +++ b/src/util/src/tinterpolation.c @@ -363,8 +363,6 @@ int32_t taosDoInterpoResult(SInterpolationInfo* pInterpoInfo, int16_t interpoTyp for (int i = 1; i < pModel->numOfCols; i++) { setNull(*prevValues + pModel->colOffset[i], pModel->pFields[i].type, pModel->pFields[i].bytes); } - - printf("alloc=------------------%p\n", *prevValues); } // assign rows to dst buffer