mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
4c68a5eec0
commit
a334949350
2
maps.py
2
maps.py
|
@ -430,8 +430,6 @@ def geocoords_from_map_link(url: str, osm_domain: str,
|
||||||
session) -> (int, float, float):
|
session) -> (int, float, float):
|
||||||
"""Returns geocoordinates from a map link url
|
"""Returns geocoordinates from a map link url
|
||||||
"""
|
"""
|
||||||
print('Debug: _geocoords_from_osmorg_go_link start ' + url +
|
|
||||||
' ' + osm_domain)
|
|
||||||
if osm_domain in url:
|
if osm_domain in url:
|
||||||
zoom, latitude, longitude = \
|
zoom, latitude, longitude = \
|
||||||
_geocoords_from_osm_link(url, osm_domain)
|
_geocoords_from_osm_link(url, osm_domain)
|
||||||
|
|
Loading…
Reference in New Issue