Fixed saljic bug for heroku.

This commit is contained in:
Naida Vatric
2020-02-09 19:09:00 +01:00
parent be378883c8
commit b82134e280

View File

@@ -562,17 +562,6 @@ class SaljicCrawler {
numberOfViewsAgency, numberOfViewsAgency,
numberOfViewsKivi 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; return data;
} catch (e) { } catch (e) {