diff --git a/BACKEND/app/services/switch_connection.ts b/BACKEND/app/services/switch_connection.ts index 7c900a4..8138e06 100644 --- a/BACKEND/app/services/switch_connection.ts +++ b/BACKEND/app/services/switch_connection.ts @@ -84,7 +84,7 @@ export default class SwitchController { 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) {