Fixing saljic bugs #92

Merged
RabbIT09-n merged 5 commits from fixing-saljic-bugs into master 2020-02-09 19:11:02 +01:00
Showing only changes of commit b82134e280 - Show all commits

View File

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