Skip to content

Commit ae6fa98

Browse files
removing console log
1 parent c8ae0da commit ae6fa98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/compass-web/sandbox/sandbox-atlas-sign-in.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ export function useAtlasProxySignIn(): AtlasLoginReturnValue {
7676

7777
const signIn = ((window as any).__signIn = useCallback(async () => {
7878
try {
79-
console.log('reached');
8079
const { projectId } = await fetch('/authenticate', {
8180
method: 'POST',
8281
}).then((res) => {

0 commit comments

Comments
 (0)