Showing
1 changed file
with
0 additions
and
1 deletions
@@ -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 |