Skip to content

Commit

Permalink
remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhsu committed Jan 14, 2019
1 parent 65b82e1 commit 2a29a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forecast.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Forecast extends Component {

return (
<div className="container">
{JSON.stringify(weather["0"])}
{/* {JSON.stringify(weather["0"])} */}
{/* {JSON.stringify(weather["0"])} */}
{/* {JSON.stringify(dateHelper.convertTimestamp(weather[0].dt))}
{JSON.stringify(dateHelper.convertTimestamp(weather[1].dt))}
Expand Down

0 comments on commit 2a29a60

Please sign in to comment.