diff --git a/src/components/screen-cycle.tsx b/src/components/screen-cycle.tsx index cf748bf..0fb742f 100644 --- a/src/components/screen-cycle.tsx +++ b/src/components/screen-cycle.tsx @@ -45,8 +45,6 @@ export const ScreenCycle = ({ screens }: ScreenCycleProps) => { const CurrentScreen = screens[screenIndex]; - console.log("CS", screens[screenIndex]); - return (
{/* `key` is hack to force unmount the progressbar on change */}