From 4bf687db34de2a9efd17dbfc3fa9f8483eeea350 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 9 Aug 2024 09:25:20 +0530 Subject: [PATCH] chore: clean console logs --- src/components/organisms/BrowserWindow.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index 8147fdd4..61166233 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -138,7 +138,6 @@ export const BrowserWindow = () => { if (getList === true && !listSelector) { setListSelector(highlighterData.selector); - //console.log('added list selector', highlighterData.selector); } else if (getList === true && listSelector) { const options = getAttributeOptions(highlighterData.elementInfo?.tagName || ''); if (options.length > 1) { @@ -148,8 +147,7 @@ export const BrowserWindow = () => { info: highlighterData.elementInfo }); setShowAttributeModal(true); - } else { - // When setting fields, ensure it matches the TextStep structure + } else const newField: TextStep = { id: Date.now(), type: 'text',