Commit 885199b869b58aff641694f9bdbb1ad217f3c119

Authored by ww
1 parent bd910921

chore: 移除console控制台命令

... ... @@ -15288,7 +15288,6 @@ class HandleDataInteraction {
15288 15288
15289 15289 async function defaultHandler(value, callback) {
15290 15290 let { deviceId, attr } = contentData.dataSources.find(item => item.nodeId === nodeId) || {}
15291   - console.log({ attr, value })
15292 15291
15293 15292 /**
15294 15293 * @type {command: string , commandType: string, service: string, wary: string, tcpCommand: string}
... ...