Showing
1 changed file
with
0 additions
and
1 deletions
@@ -29,7 +29,6 @@ | @@ -29,7 +29,6 @@ | ||
29 | const record = composeModbusModalData(value as ModbusCommandValueType); | 29 | const record = composeModbusModalData(value as ModbusCommandValueType); |
30 | loading.value = true; | 30 | loading.value = true; |
31 | const result = await genModbusCommand(record); | 31 | const result = await genModbusCommand(record); |
32 | - console.log(result); | ||
33 | commandValue.value = result; | 32 | commandValue.value = result; |
34 | } catch (error) { | 33 | } catch (error) { |
35 | } finally { | 34 | } finally { |