Skip to content

Commit c1857cf

Browse files
authored
chore(web): remove console.log
1 parent aa7390e commit c1857cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/pages/Dashboard/Courts/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ const Courts: React.FC = () => {
2525
const { address } = useAccount();
2626
const { data } = useUserQuery(address?.toLowerCase() as `0x${string}`);
2727
const user = getFragment(userFragment, data?.user);
28-
console.log(user);
2928

3029
return (
3130
<Container>

0 commit comments

Comments
 (0)