Skip to content

Commit 1c043de

Browse files
committed
Remove console log...
1 parent 53c6a23 commit 1c043de

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/utils/matchSocket.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import { io } from "socket.io-client";
33
const MATCH_SOCKET_URL =
44
import.meta.env.VITE_MATCH_SERVICE_URL ?? "http://localhost:3002";
55

6-
console.log(import.meta.env.VITE_MATCH_SERVICE_URL);
7-
86
export const matchSocket = io(MATCH_SOCKET_URL, {
97
reconnectionAttempts: 3,
108
autoConnect: false,

0 commit comments

Comments
 (0)