Browse Source

remove debug log

Élie Bouttier 7 years ago
parent
commit
4be93f6fa0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      services/templates/services/antenna_map.html

+ 0 - 1
services/templates/services/antenna_map.html

@@ -32,7 +32,6 @@ function init_map (map, options) {
     };
     var layer = L.geoJson(false, {
         pointToLayer: function(feature, latlng) {
-            console.log(feature);
             return L.circleMarker(latlng, {
                 radius: 8,
                 color: colors[feature.properties.mode],