Remove left over log entries.

This commit is contained in:
David Molineus
2015-01-08 22:16:54 +01:00
parent df510ae639
commit 46d261a7a1

View File

@@ -166,9 +166,6 @@ L.Contao = L.Class.extend({
if (feature.properties) {
L.Util.setOptions(layer, feature.properties.options);
console.log(feature);
console.log(layer);
this.bindPopupFromFeature(layer, feature);
this.fire('feature:added', { feature: feature, layer: layer});