diff --git a/src/Component/StoryLine/Story.jsx b/src/Component/StoryLine/Story.jsx index d9901ee..98e603b 100644 --- a/src/Component/StoryLine/Story.jsx +++ b/src/Component/StoryLine/Story.jsx @@ -20,8 +20,6 @@ const Story = () => { "features": posts }); - console.log(posts) - const onStepEnter = ({ data }) => { setCurrentStepIndex(data); if (data === 3) {