[td-11818] Remove printf.

This commit is contained in:
Haojun Liao 2022-01-21 15:42:12 +08:00
parent ecdd6784f6
commit 8a4444e5e1
1 changed files with 0 additions and 2 deletions

View File

@ -666,8 +666,6 @@ void processMsgFromServer(void* parent, SRpcMsg* pMsg, SEpSet* pEpSet) {
if (pMsg->contLen > 0) {
buf.pData = calloc(1, pMsg->contLen);
printf("create------------>%p\n", buf.pData);
if (buf.pData == NULL) {
terrno = TSDB_CODE_OUT_OF_MEMORY;
pMsg->code = TSDB_CODE_OUT_OF_MEMORY;