chore: remove console.log
This commit is contained in:
@@ -186,9 +186,6 @@ export const BrowserWindow = () => {
|
|||||||
|
|
||||||
if (paginationMode && getList) {
|
if (paginationMode && getList) {
|
||||||
addListStep(listSelector!, fields, currentListId || 0, { type: '', selector: highlighterData.selector });
|
addListStep(listSelector!, fields, currentListId || 0, { type: '', selector: highlighterData.selector });
|
||||||
console.log(
|
|
||||||
`Pagination mode: ${paginationType} with selector: ${highlighterData.selector}`
|
|
||||||
);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user