diff --git a/apps/web/src/components/Tutorial.tsx b/apps/web/src/components/Tutorial.tsx index c2401708..1741a7ac 100644 --- a/apps/web/src/components/Tutorial.tsx +++ b/apps/web/src/components/Tutorial.tsx @@ -59,7 +59,6 @@ export const OnboardingTutorial = () => { return isDocumentPath(router.pathname) }, [router.pathname]) - console.log('tutorialState', tutorialState) if (!workspaceId || tutorialState.isDismissed) { return null }