Skip to content

Commit

Permalink
removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchitharajaghatta committed Nov 13, 2024
1 parent c8ae0da commit ae6fa98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/compass-web/sandbox/sandbox-atlas-sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export function useAtlasProxySignIn(): AtlasLoginReturnValue {

const signIn = ((window as any).__signIn = useCallback(async () => {
try {
console.log('reached');
const { projectId } = await fetch('/authenticate', {
method: 'POST',
}).then((res) => {
Expand Down

0 comments on commit ae6fa98

Please sign in to comment.