diff --git a/hwe/ts/components/MessagePanel.vue b/hwe/ts/components/MessagePanel.vue index 287b191e..bc789b44 100644 --- a/hwe/ts/components/MessagePanel.vue +++ b/hwe/ts/components/MessagePanel.vue @@ -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; }