From 9a8214b25343b481ae122030b49d312da3b9c53f Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Mon, 9 Sep 2024 21:20:48 -0400 Subject: [PATCH] Remove debug --- JS-SDK/src/hook/websocket.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/JS-SDK/src/hook/websocket.ts b/JS-SDK/src/hook/websocket.ts index bc3b376..887db67 100644 --- a/JS-SDK/src/hook/websocket.ts +++ b/JS-SDK/src/hook/websocket.ts @@ -44,7 +44,6 @@ export const useTetherWS = ( ) as UserStatusPacket; if (statusPacket.op === 1) { setUser(statusPacket.user); - console.log("user status update", statusPacket.user); } }); };