Commit 4ff1c190e6ae3156fe43985b166e4fa074d4b0b1

Authored by ww
1 parent 1f35a902

fix: 移除console.log语句

... ... @@ -16319,8 +16319,6 @@ class HandleDataInteraction {
16319 16319 registerValues: Array.isArray(registerValue) ? registerValue.map(item => Number(item)) : [Number(registerValue)]
16320 16320 }
16321 16321
16322   - console.log(params)
16323   -
16324 16322 const command = await ConfigurationNodeApi.getModbusCommand(params)
16325 16323
16326 16324 return command
... ...