misc: dbg message
This commit is contained in:
@@ -139,7 +139,6 @@ function updateMsgResponse(response: MsgResponse) {
|
||||
const msgList = messageIndexedList[msgType];
|
||||
|
||||
const newMsgList = response[msgType];
|
||||
console.log(msgType, msgList, newMsgList);
|
||||
if (newMsgList.length == 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user