Commit d8a41a44 authored by Kaitlyn's avatar Kaitlyn
Browse files

removed console.log statements.

parent 3810be60
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -208,9 +208,7 @@ export default L.LayerCollection = L.Class.extend({
      dataType: "json",
      timeout: 30000,
      success: function(data) {
        console.log(data["features"]);
        let sortedFeatures = thisContext.sortFeatures(data["features"]);
        console.log(sortedFeatures);
        data["features"] = sortedFeatures;
        thisContext._wfsLayer.clearLayers();
        thisContext._wfsLayer.addData(data);