From e3e0ddd508643de62f16657b43129ce15e172bc8 Mon Sep 17 00:00:00 2001 From: Bilal Catic Date: Fri, 1 Nov 2019 01:02:45 +0100 Subject: [PATCH] stop logging scrape action for Rental crawler --- app/crawler/specificCrawlers/rental.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/crawler/specificCrawlers/rental.js b/app/crawler/specificCrawlers/rental.js index 65a7bc6..668cff2 100644 --- a/app/crawler/specificCrawlers/rental.js +++ b/app/crawler/specificCrawlers/rental.js @@ -193,7 +193,7 @@ class RentalCrawler { } async scrapeAd(url) { - console.log("[RENTAL] Scraping : ", url); + // console.log("[RENTAL] Scraping : ", url); try { const adPageSource = await fetch(url); const body = await adPageSource.text();