stop logging scrape action for Rental crawler
This commit is contained in:
@@ -193,7 +193,7 @@ class RentalCrawler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async scrapeAd(url) {
|
async scrapeAd(url) {
|
||||||
console.log("[RENTAL] Scraping : ", url);
|
// console.log("[RENTAL] Scraping : ", url);
|
||||||
try {
|
try {
|
||||||
const adPageSource = await fetch(url);
|
const adPageSource = await fetch(url);
|
||||||
const body = await adPageSource.text();
|
const body = await adPageSource.text();
|
||||||
|
|||||||
Reference in New Issue
Block a user