forked from s_ranjbar/city_retrofit
Remove unwanted print
This commit is contained in:
parent
b4b75b5e12
commit
ec9878eaf8
|
@ -55,7 +55,6 @@ class GeometryFactory:
|
|||
:return: City
|
||||
"""
|
||||
if self._data_frame is None:
|
||||
print(self._path)
|
||||
self._data_frame = geopandas.read_file(self._path)
|
||||
return GPandas(self._data_frame).city
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user