From 98010d1bde71751dc5712901b1042cdc41b84d3d Mon Sep 17 00:00:00 2001 From: CloudLun Date: Thu, 25 Jan 2024 07:46:06 -0500 Subject: [PATCH] map revision --- src/Component/StoryLine/Story.jsx | 2 -- 1 file changed, 2 deletions(-) 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) {