remove unused log

This commit is contained in:
yihaoDeng 2023-03-08 18:14:06 +08:00
parent 6cfebd072a
commit ba42791271
1 changed files with 1 additions and 0 deletions

View File

@ -1497,6 +1497,7 @@ void cliHandleReq(SCliMsg* pMsg, SCliThrd* pThrd) {
destroyCmsg(pMsg); destroyCmsg(pMsg);
return; return;
} }
if (rpcDebugFlag & DEBUG_TRACE) { if (rpcDebugFlag & DEBUG_TRACE) {
if (tmsgIsValid(pMsg->msg.msgType)) { if (tmsgIsValid(pMsg->msg.msgType)) {
char buf[128] = {0}; char buf[128] = {0};