Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Elbaz committed Jun 27, 2023
1 parent e2317b5 commit 9b46376
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ReactGrandTour.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ const ReactGrandTour: React.FC<Props> = ({
};
}, [onKeyUp]);

console.log(steps[currentIndex]);
return (
<ReactGrandTourContext.Provider
value={{
Expand Down

0 comments on commit 9b46376

Please sign in to comment.