Skip to content

Commit 3ada215

Browse files
Fix Map Data
1 parent d2e172a commit 3ada215

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Map/Map.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class Map extends Component {
6060
}
6161

6262
onMouseEnter = (geo, current = { value: "NA" }) => {
63-
console.log(current);
6463
return () => {
6564
this.setState(
6665
{

0 commit comments

Comments
 (0)