diff --git a/source/client/src/clientImpl.c b/source/client/src/clientImpl.c index 42f9378a4e0e094b46c977a21b6f11cae5fa50eb..159a92b0ab4c3ca1b26c05121a448ac2a30a1d94 100644 --- a/source/client/src/clientImpl.c +++ b/source/client/src/clientImpl.c @@ -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;