From feb2d04ed6e152482d8ef0075032643b9b770267 Mon Sep 17 00:00:00 2001 From: Naida Vatric Date: Fri, 28 Feb 2020 15:43:35 +0100 Subject: [PATCH] Olx debugg log. --- app/crawler/specificCrawlers/olx.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/crawler/specificCrawlers/olx.js b/app/crawler/specificCrawlers/olx.js index 5b4bbe5..7d4cf66 100644 --- a/app/crawler/specificCrawlers/olx.js +++ b/app/crawler/specificCrawlers/olx.js @@ -667,6 +667,8 @@ class OlxCrawler { distanceToRiver, numberOfViewsAgency }; + // + console.log("Scraped data:", data); return data; } catch (e) {