chore: clean console logs

This commit is contained in:
karishmas6
2024-08-09 09:25:20 +05:30
parent 57cce5a272
commit 4bf687db34

View File

@@ -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',