Commit 22b4319d1f3af5f69aecf02ea1bb2d9f985d7b3b

Authored by ww
1 parent 026fd0f4

perf: drop console

@@ -101,7 +101,6 @@ export function useSocketConnect(dataSourceRef: Ref<DataBoardLayoutInfo[]>) { @@ -101,7 +101,6 @@ export function useSocketConnect(dataSourceRef: Ref<DataBoardLayoutInfo[]>) {
101 setCmdId(cmdId, value); 101 setCmdId(cmdId, value);
102 cmdId++; 102 cmdId++;
103 }); 103 });
104 - console.log(cmdIdMapping);  
105 return messageList; 104 return messageList;
106 } 105 }
107 106