summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristopher Baines <cb15g11@soton.ac.uk>2014-06-06 13:25:10 +0100
committerChristopher Baines <cb15g11@soton.ac.uk>2014-06-06 13:25:10 +0100
commitaa8f9f509e360aefb33a03db7013a20f34db1b11 (patch)
tree2f657ca2f8a4dbf494c8e7bcfc03c8d4be475fef /src
parent586cda60293cebd617f0af275d63343f68abd525 (diff)
downloadleaflet-soton-aa8f9f509e360aefb33a03db7013a20f34db1b11.tar
leaflet-soton-aa8f9f509e360aefb33a03db7013a20f34db1b11.tar.gz
Remove some debugging
Diffstat (limited to 'src')
-rw-r--r--src/leaflet-soton.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js
index aea9f1c..f32b3a9 100644
--- a/src/leaflet-soton.js
+++ b/src/leaflet-soton.js
@@ -1683,7 +1683,6 @@ SELECT * WHERE {\
stopLayers[feature.properties.uri] = layer;
if (options.stopOptions.onEachFeature) {
- console.log("stops");
options.stopOptions.onEachFeature(feature, layer);
}
},