chore: remove console.log()

This commit is contained in:
karishmas6
2024-09-05 21:41:17 +05:30
parent f1bb6301d3
commit e200816f1b

View File

@@ -182,7 +182,6 @@ export const BrowserWindow = () => {
if (getList === true && !listSelector) {
setListSelector(highlighterData.selector);
console.log('After set', listSelector)
setCurrentListId(Date.now());
setFields({});
} else if (getList === true && listSelector && currentListId) {