Skip to content

Commit c8231b7

Browse files
committed
remove clg
1 parent e0f7b62 commit c8231b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/signin-button/signin-button.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import { Button } from '../ui/button';
1010
export default function SigninButton() {
1111
const { data: session } = useSession();
1212

13-
console.log('session', session);
14-
1513
return (
1614
<div>
1715
{session ? (

0 commit comments

Comments
 (0)