From 2a29a604bb1ca05c5e7dbfa38f1e2bccdc20b171 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 13 Jan 2019 21:32:42 -0800 Subject: [PATCH] remove console statement --- src/Forecast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Forecast.js b/src/Forecast.js index 7faf317..a80ae34 100644 --- a/src/Forecast.js +++ b/src/Forecast.js @@ -74,7 +74,7 @@ class Forecast extends Component { return (
- {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))}