Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 25, 2024
1 parent 590ed93 commit 89c005a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ function IndexPage() {
const { user } = useUser()

useEffect(() => {
console.log(
user.role,
router.isReady,
hasAccess(user.role, "analytics", "read"),
)
if (!router.isReady) {
console.log("router not ready")
return
}
if (!isSignedIn) {
Expand Down

0 comments on commit 89c005a

Please sign in to comment.