diff options
Diffstat (limited to 'src/leaflet-soton.js')
-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); } }, |