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) {