stop logging scrape action for Rental crawler
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user