Update switch_connection.ts

This commit is contained in:
nguyentrungthat 2025-12-19 08:41:30 +07:00
parent 52ef8f192f
commit 6c00e35072
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export default class SwitchController {
this.buffer = '' this.buffer = ''
} }
} }
appendLog(data, this.stationId, this.stationName, this.stationIP, 'Switch') // appendLog(data, this.stationId, this.stationName, this.stationIP, 'Switch')
} }
private async _handleClose(err: boolean) { private async _handleClose(err: boolean) {