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);