Commit ccdb9c0aead383c1e708e0441d2cc6e82bbfea73
Merge branch 'fix/modbus-command-send' into 'main_dev'
fix: 移除console.log语句 See merge request yunteng/thingskit-scada!104
Showing
1 changed file
with
0 additions
and
2 deletions
... | ... | @@ -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 | ... | ... |