chore: remove console.log()

This commit is contained in:
karishmas6
2024-09-05 21:52:02 +05:30
parent e200816f1b
commit 87075abcd0

View File

@@ -211,8 +211,6 @@ export const BrowserWindow = () => {
if (listSelector) { if (listSelector) {
addListStep(listSelector, { ...fields, [newField.label]: newField }, currentListId || 0); addListStep(listSelector, { ...fields, [newField.label]: newField }, currentListId || 0);
} }
console.log('end', listSelector)
} else { } else {
// Show the modal if there are multiple options // Show the modal if there are multiple options
setAttributeOptions(options); setAttributeOptions(options);