Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Jan 2, 2025
1 parent 0f543e9 commit 0bed3ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/components/Tutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export const OnboardingTutorial = () => {
return isDocumentPath(router.pathname)
}, [router.pathname])

console.log('tutorialState', tutorialState)
if (!workspaceId || tutorialState.isDismissed) {
return null
}
Expand Down

0 comments on commit 0bed3ff

Please sign in to comment.