From fe707f71d8a658d96935461ec4d7f26d5c79898c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 19 Apr 2024 01:01:16 +0530 Subject: [PATCH] chore: remove unwanted comments --- scraper/src/scraper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/src/scraper.js b/scraper/src/scraper.js index 5868ca94..a515148e 100644 --- a/scraper/src/scraper.js +++ b/scraper/src/scraper.js @@ -16,7 +16,7 @@ async function scrapeData(url, selectors, waitForSeconds = 2) { scrapedData.push(...elementData); } - console.log('Scraped data:', scrapedData); // Replace with desired saving method + console.log('Scraped data:', scrapedData); }, });