From 3c19d06b1b9ba7c2a245a8d4eecf005ae5dbdb56 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 15 May 2021 15:28:09 +0200 Subject: [PATCH] Remove unused code --- templates/map.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/map.html b/templates/map.html index b358177..29e7730 100644 --- a/templates/map.html +++ b/templates/map.html @@ -64,7 +64,6 @@ var start_lat = {{ lat | tojson }}; var start_lng = {{ lng | tojson }}; var zoom = {{ zoom | tojson }}; - var bbox_list = {{ (bbox_list or []) | tojson }};