remove scrapeAd logging
This commit is contained in:
@@ -205,7 +205,7 @@ class AktidoCrawler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async scrapeAd(url) {
|
async scrapeAd(url) {
|
||||||
console.log("[AKTIDO] Scraping : ", url);
|
// console.log("[AKTIDO] 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