Skip to content

Commit 34f8c7d

Browse files
committed
remove log
1 parent 24a8427 commit 34f8c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/contexts/MatchContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const MatchProvider: React.FC<{ children?: React.ReactNode }> = (props) => {
9898
throw new Error(USE_AUTH_ERROR_MESSAGE);
9999
}
100100
const { user } = auth;
101-
console.log(user);
101+
102102
const [matchUser] = useState<MatchUser | null>(
103103
user
104104
? {

0 commit comments

Comments
 (0)