remove scrapeAd logging

This commit is contained in:
Bilal Catic
2019-10-28 09:23:51 +01:00
parent 5b6886f52b
commit 2c2fcd648f

View File

@@ -205,7 +205,7 @@ class AktidoCrawler {
}
async scrapeAd(url) {
console.log("[AKTIDO] Scraping : ", url);
// console.log("[AKTIDO] Scraping : ", url);
try {
const adPageSource = await fetch(url);
const body = await adPageSource.text();