stop logging scrape action for Rental crawler

This commit is contained in:
Bilal Catic
2019-11-01 01:02:45 +01:00
parent 2e3ddbac95
commit e3e0ddd508

View File

@@ -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();