summaryrefslogtreecommitdiffstats
path: root/store.py
diff options
context:
space:
mode:
authorStefan Hansson <steha708@edu.liu.se>2020-12-03 22:56:07 +0100
committerNewbyte <steha708@liu.se>2020-12-15 18:23:54 +0100
commit4b052bb509b34ff0d6d5bb6d68aacbc469f0f0b0 (patch)
tree60bb554c15544e3cab4c7ded15763e548e86f266 /store.py
parentfe0d3bcc28f723e97cfa4105bed83eb8bb85bbe5 (diff)
downloadtdde25-4b052bb509b34ff0d6d5bb6d68aacbc469f0f0b0.tar.gz
meeep
Diffstat (limited to 'store.py')
-rw-r--r--store.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/store.py b/store.py
index 23dc50a..e877eda 100644
--- a/store.py
+++ b/store.py
@@ -51,8 +51,6 @@ def add_neighbours_bike(nodes):
if 'highway' not in way['tags']:
continue
- print(way)
-
road = way['road']
for i in range(len(road) - 1):