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) => {