remove unused log
This commit is contained in:
parent
6cfebd072a
commit
ba42791271
|
@ -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};
|
||||||
|
|
Loading…
Reference in New Issue