Skip to content

Commit

Permalink
Fix: Remove commented out code
Browse files Browse the repository at this point in the history
Remove commented out code

Resolves: N/a
See also: N/a
  • Loading branch information
jdmedlock committed Dec 3, 2018
1 parent 5e468b4 commit f2add7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ class App extends Component {
}

componentDidMount() {
// const response = await fetch(process.env.REACT_APP_METEORITE_STRIKE_DATASET);
// const json = await response.json();
fetch(process.env.REACT_APP_METEORITE_STRIKE_DATASET)
.then((response) => {
return response.json();
Expand Down

0 comments on commit f2add7c

Please sign in to comment.