From a8e8b53d576c0446f5b0c234cd79c84bf068efac Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 17 Aug 2024 23:51:32 +0530 Subject: [PATCH] chore: remove comment --- maxun-core/src/browserSide/scraper.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/maxun-core/src/browserSide/scraper.js b/maxun-core/src/browserSide/scraper.js index fc526d4c..7c208b68 100644 --- a/maxun-core/src/browserSide/scraper.js +++ b/maxun-core/src/browserSide/scraper.js @@ -369,12 +369,9 @@ async function clickNextPagination(selector, scrapedData, limit) { } } } - - // Add the record to the scrapedData array scrapedData.push(record); } } - return scrapedData };