diff --git a/src/frontend/src/features/auth/components/TransitCodeGate.tsx b/src/frontend/src/features/auth/components/TransitCodeGate.tsx index a3081af5..50d8e17c 100644 --- a/src/frontend/src/features/auth/components/TransitCodeGate.tsx +++ b/src/frontend/src/features/auth/components/TransitCodeGate.tsx @@ -46,9 +46,7 @@ const TransitCodeExchange = ({ children }: { children: React.ReactNode }) => { useEffect(() => { let isMounted = true initializeAccessTokenFromFragment().finally(() => { - console.log('$$ transit code exchange finished') if (isMounted) { - console.log('$$ setIsReady') setIsReady(true) } })