remove debug statement
This commit is contained in:
parent
f1e379aea8
commit
059e7ba434
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ def unwrap_geometry(geometry):
|
||||||
|
|
||||||
def smart_mapping(geometry):
|
def smart_mapping(geometry):
|
||||||
if hasattr(geometry, 'wrapped_geojson'):
|
if hasattr(geometry, 'wrapped_geojson'):
|
||||||
print('being smart!')
|
|
||||||
return geometry.wrapped_geojson
|
return geometry.wrapped_geojson
|
||||||
return shapely_mapping(geometry)
|
return shapely_mapping(geometry)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue