From 0bed3ff6e1bcb38837c353359c3497562c500a1c Mon Sep 17 00:00:00 2001 From: Lucas Fernandes da Costa Date: Thu, 2 Jan 2025 19:45:52 -0300 Subject: [PATCH] remove console log --- apps/web/src/components/Tutorial.tsx | 1 - 1 file changed, 1 deletion(-) 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 }