diff --git a/frontend/src/Editor/Components/Steps.jsx b/frontend/src/Editor/Components/Steps.jsx index 6ccee3d2c4..24ee58366b 100644 --- a/frontend/src/Editor/Components/Steps.jsx +++ b/frontend/src/Editor/Components/Steps.jsx @@ -40,7 +40,6 @@ export const Steps = function Steps({ properties, styles, fireEvent, setExposedV // Common function to calculate progress bar width and label padding const calculateProgressBarWidth = () => { - debugger; if (!containerRef.current || theme !== 'titles') return; const containerWidth = containerRef.current.offsetWidth;