remove debug function
This commit is contained in:
parent
9287da7a66
commit
3e03ca6f08
|
@ -39,11 +39,3 @@ class ConstructionCatalogFactory:
|
||||||
:return: Catalog
|
:return: Catalog
|
||||||
"""
|
"""
|
||||||
return getattr(self, self._catalog_type, lambda: None)
|
return getattr(self, self._catalog_type, lambda: None)
|
||||||
|
|
||||||
@property
|
|
||||||
def catalog_debug(self) -> Catalog:
|
|
||||||
"""
|
|
||||||
Enrich the city given to the class using the class given handler
|
|
||||||
:return: Catalog
|
|
||||||
"""
|
|
||||||
return self._nrel()
|
|
Loading…
Reference in New Issue
Block a user