misc: dbg message

This commit is contained in:
2023-03-09 02:20:21 +09:00
parent 8f0057ff51
commit ba27c95653
-1
View File
@@ -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;
}