remove debug statements

This commit is contained in:
Laura Klünder 2016-10-16 13:43:16 +02:00
parent 45d0fb31f2
commit 0f1d26c1db
2 changed files with 0 additions and 2 deletions

View file

@ -199,7 +199,6 @@ editor = {
for (var i = 0; i < features.length; i++) {
feature = features[i];
console.log(feature);
layergroup = L.geoJSON({
type: 'Feature',
geometry: feature.geometry,