Skip to content

Commit

Permalink
Merge pull request #58 from hackforla/feature_react_pinmap
Browse files Browse the repository at this point in the history
Removed console.log
  • Loading branch information
sellnat77 authored Oct 9, 2019
2 parents dc4a04d + 77b4636 commit 99a9716
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/PinMap/PinMap.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import React, { Component } from 'react';
import { Map, Marker, Popup, TileLayer, Rectangle, Tooltip } from 'react-leaflet';
import Choropleth from 'react-leaflet-choropleth';
<<<<<<< HEAD
=======
// import { mapToken } from '../../config.js';
>>>>>>> 7204c2d5bbe8860a8d71d3ab83d2dd805e7f136e
import { getDataResources } from '../../Util/DataService.js';
import neighborhoodOverlay from '../../data/la-county-neighborhoods-v6.json';
import municipalOverlay from '../../data/la-county-municipal-regions-current.json';
Expand Down Expand Up @@ -66,8 +62,6 @@ class PinMap extends Component {
showMarkers: false,
bounds: null,
};

console.log(process.env)
}

componentDidMount() {
Expand Down

0 comments on commit 99a9716

Please sign in to comment.