From b82134e2800565d298556073d9720a79236080d9 Mon Sep 17 00:00:00 2001 From: Naida Vatric Date: Sun, 9 Feb 2020 19:09:00 +0100 Subject: [PATCH] Fixed saljic bug for heroku. --- app/crawler/specificCrawlers/saljic.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/crawler/specificCrawlers/saljic.js b/app/crawler/specificCrawlers/saljic.js index 66c9192..2eef7cc 100644 --- a/app/crawler/specificCrawlers/saljic.js +++ b/app/crawler/specificCrawlers/saljic.js @@ -562,17 +562,6 @@ class SaljicCrawler { numberOfViewsAgency, numberOfViewsKivi }; - // - console.log("Type of price:", typeof price); - console.log("Type of area:", typeof area); - console.log("Type of gardenSize:", typeof gardenSize); - console.log("Type of streetNumber:", typeof streetNumber); - console.log("Type of adStatus:", typeof adStatus); - console.log("Type of numberOfRooms:", typeof numberOfRooms); - console.log("Type of numberOfFloors:", typeof numberOfFloors); - console.log("Type of floor:", typeof floor); - console.log("Type of numberOfViewsAgency:", typeof numberOfViewsAgency); - console.log("Type of numberOfViewsKivi:", typeof numberOfViewsKivi); return data; } catch (e) {