From fe66eabc474dcb73a7fde7de02c26d5090f2c921 Mon Sep 17 00:00:00 2001 From: seungwoo Date: Wed, 6 Aug 2025 19:32:01 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/match/MatchPage.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/match/MatchPage.tsx b/app/match/MatchPage.tsx index ea4df18d..7d7bdb5c 100644 --- a/app/match/MatchPage.tsx +++ b/app/match/MatchPage.tsx @@ -253,9 +253,6 @@ export default function MatchPage() { setWebSocketFunctions({ sendPayment, sendTradeConfirm }); }, [sendPayment, sendTradeConfirm, setWebSocketFunctions]); - // userRole이 변경될 때마다 로그 출력 - useEffect(() => {}, [userRole]); - // 필터 핸들러 const handleFilterChange = useCallback( (filters: Filters) => {