remove tmp log

This commit is contained in:
dmchen 2024-02-05 03:28:33 +00:00
parent 16aef66260
commit 5c7f839da8
1 changed files with 2 additions and 2 deletions

View File

@ -509,9 +509,9 @@ static int32_t mndProcessStatisReq(SRpcMsg *pReq) {
goto _OVER; goto _OVER;
} }
//if(tsMonitorLogProtocol){ if(tsMonitorLogProtocol){
mInfo("process statis req,\n %s", statisReq.pCont); mInfo("process statis req,\n %s", statisReq.pCont);
//} }
SJson* pJson = tjsonParse(statisReq.pCont); SJson* pJson = tjsonParse(statisReq.pCont);