Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amhsirak committed Sep 20, 2024
1 parent e9f1ff0 commit b4eab60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maxun-core/src/browserSide/scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function scrapableHeuristics(maxCountPerPage = 50, minArea = 20000, scrolls = 3,
metric = (1 - (Math.max(...sizes) - Math.min(...sizes)) / Math.max(...sizes));
}

// console.debug(`Total ${metricType} is ${metric}.`)
if (metric > maxSelector.metric && elements.length < maxCountPerPage) {
maxSelector = { selector, metric };
}
Expand Down

0 comments on commit b4eab60

Please sign in to comment.