ลบ log ออกเพื่อให้สามารถดู log อื่นๆ ได้ง่ายขึ้น

This commit is contained in:
Warunee Tamkoo 2026-05-20 11:26:27 +07:00
parent e04d1ad7d3
commit 0e80acfb1b

View file

@ -22,7 +22,7 @@ export function initWebSocket() {
}); });
io.on("connection", (ws) => { io.on("connection", (ws) => {
console.log("✅ Client connected to WebSocket"); // console.log("✅ Client connected to WebSocket");
ws.on("close", () => { ws.on("close", () => {
console.log("❌ Client disconnected"); console.log("❌ Client disconnected");