diff --git a/src/features/tutorial/index.ts b/src/features/tutorial/index.ts index 4e7ee66..6784770 100644 --- a/src/features/tutorial/index.ts +++ b/src/features/tutorial/index.ts @@ -1,4 +1,4 @@ -import { createSlice, PayloadAction } from "@reduxjs/toolkit"; +import { createSlice/*, PayloadAction*/ } from "@reduxjs/toolkit"; import { addMonths } from "date-fns"; interface StorageState { diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b8d1951..911e53a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -47,8 +47,6 @@ const IndexPage = (): JSX.Element => { if (completedTutorial !== null) { dispatch(updateLoading(false)); } - - console.info("use effect", completedTutorial, tutorialCompletionInfo); }, [completedTutorial, dispatch, tutorialCompletionInfo]); return (