diff options
author | Christopher Baines <cb15g11@soton.ac.uk> | 2014-06-06 13:25:10 +0100 |
---|---|---|
committer | Christopher Baines <cb15g11@soton.ac.uk> | 2014-06-06 13:25:10 +0100 |
commit | aa8f9f509e360aefb33a03db7013a20f34db1b11 (patch) | |
tree | 2f657ca2f8a4dbf494c8e7bcfc03c8d4be475fef | |
parent | 586cda60293cebd617f0af275d63343f68abd525 (diff) | |
download | leaflet-soton-aa8f9f509e360aefb33a03db7013a20f34db1b11.tar leaflet-soton-aa8f9f509e360aefb33a03db7013a20f34db1b11.tar.gz |
Remove some debugging
-rw-r--r-- | src/leaflet-soton.js | 1 |
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); } }, |