From 87075abcd08140b919038135b767316318707e6d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 5 Sep 2024 21:52:02 +0530 Subject: [PATCH] chore: remove console.log() --- src/components/organisms/BrowserWindow.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index c033c7fa..d9d2a290 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -211,8 +211,6 @@ export const BrowserWindow = () => { if (listSelector) { addListStep(listSelector, { ...fields, [newField.label]: newField }, currentListId || 0); } - - console.log('end', listSelector) } else { // Show the modal if there are multiple options setAttributeOptions(options);