From 4336e887a003aa31d1158d4d686ba31ad1e0c953 Mon Sep 17 00:00:00 2001 From: johnsoncherian Date: Wed, 16 Apr 2025 11:24:24 +0530 Subject: [PATCH] refactor: removed debugger --- frontend/src/Editor/Components/Steps.jsx | 1 - 1 file changed, 1 deletion(-) 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;