fix: remove debug statement
This commit is contained in:
parent
4dea766a12
commit
e79e24ff98
1 changed files with 0 additions and 2 deletions
|
|
@ -154,8 +154,6 @@ class Listing():
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def price_per_sqm(self) -> float:
|
def price_per_sqm(self) -> float:
|
||||||
if self.sqm_ocr == 0:
|
|
||||||
print(self.identifier)
|
|
||||||
if self.sqm_ocr is None or self.sqm_ocr == 0:
|
if self.sqm_ocr is None or self.sqm_ocr == 0:
|
||||||
return None
|
return None
|
||||||
return self.price / self.sqm_ocr
|
return self.price / self.sqm_ocr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue