From 6c00e3507292eb451ae84e9fc92de3eec56d90b8 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:41:30 +0700 Subject: [PATCH] Update switch_connection.ts --- BACKEND/app/services/switch_connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {