feat: cleanup console logs

This commit is contained in:
RohitR311
2025-01-10 12:38:50 +05:30
parent 906b72fbc3
commit c7d6dea845
2 changed files with 3 additions and 6 deletions

View File

@@ -722,7 +722,6 @@ export class WorkflowGenerator {
.filter(selector => selector !== null && selector !== undefined)
.join(',');
console.log("CHAINED PAGINATION SELECTOR:", selectorChain);
return selectorChain;
}