From f19d0361e366b99d3cf8d684b2b77bba3ed5f69b Mon Sep 17 00:00:00 2001 From: Al Duncanson Date: Thu, 4 Oct 2018 19:48:43 -0400 Subject: [PATCH] removed comments --- src/components/ReportMap.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/components/ReportMap.js b/src/components/ReportMap.js index 5d697bf..882a49f 100644 --- a/src/components/ReportMap.js +++ b/src/components/ReportMap.js @@ -96,9 +96,6 @@ export class MapContainer extends Component { render() { - // TODO: This line is used by the custom marker icon - //const { google } = this.props; - return ( // Render the Google Map, Marker, and InfoWindow components
@@ -119,12 +116,6 @@ export class MapContainer extends Component { onClick = { this.onMarkerClick } title = { 'You are here' } name = { '' } - // FIXME: fix custom icon - // icon={{ - // url: "../images/marten-icon.png", - // anchor: new google.maps.Point(32,32), - // scaledSize: new google.maps.Size(64,64) - // }} />