Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Oct 9, 2023
1 parent a19e540 commit 9d27917
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Authenticator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export function AuthenticationEnsurer ({
children: JSX.Element | JSX.Element[]
}): JSX.Element {
const [{ submitted, account, agent }] = useAuthenticator()
console.log("auth", submitted, account, agent)
const authenticated = !!account
if (authenticated) {
return <>{children}</>
Expand Down

0 comments on commit 9d27917

Please sign in to comment.