Remove unwanted print

This commit is contained in:
Guille Gutierrez 2023-01-25 06:39:03 -05:00
parent b4b75b5e12
commit ec9878eaf8

View File

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