Remove debug

main
Bob Mottram 2024-10-16 13:58:19 +01:00
parent 4c68a5eec0
commit a334949350
1 changed files with 0 additions and 2 deletions

View File

@ -430,8 +430,6 @@ def geocoords_from_map_link(url: str, osm_domain: str,
session) -> (int, float, float):
"""Returns geocoordinates from a map link url
"""
print('Debug: _geocoords_from_osmorg_go_link start ' + url +
' ' + osm_domain)
if osm_domain in url:
zoom, latitude, longitude = \
_geocoords_from_osm_link(url, osm_domain)