From 8685e8e374965968ae53f793059293b5befd4431 Mon Sep 17 00:00:00 2001 From: Joshua Marx Date: Tue, 8 Oct 2019 20:38:26 -0700 Subject: [PATCH 1/2] Removed console.log --- src/components/PinMap/PinMap.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/PinMap/PinMap.jsx b/src/components/PinMap/PinMap.jsx index e1989490f..29e31faf2 100644 --- a/src/components/PinMap/PinMap.jsx +++ b/src/components/PinMap/PinMap.jsx @@ -66,8 +66,6 @@ class PinMap extends Component { showMarkers: false, bounds: null, }; - - console.log(process.env) } componentDidMount() { From 77b46360ead0c8d99231878932c4674c8f9bc803 Mon Sep 17 00:00:00 2001 From: Joshua Marx Date: Tue, 8 Oct 2019 20:44:42 -0700 Subject: [PATCH 2/2] Cleaned up --- src/components/PinMap/PinMap.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/PinMap/PinMap.jsx b/src/components/PinMap/PinMap.jsx index 29e31faf2..55cbacb8c 100644 --- a/src/components/PinMap/PinMap.jsx +++ b/src/components/PinMap/PinMap.jsx @@ -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';