We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3446403 commit df02e6fCopy full SHA for df02e6f
src/components/api.jsx
@@ -28,7 +28,6 @@ class Api extends React.Component {
28
xhr.responseType = "json";
29
xhr.onload = () => {
30
const data = xhr.response;
31
- console.log(data);
32
const status = data.weather[0].main; //Status
33
const description = data.weather[0].description; //description
34
const loc = data.name; //Name
0 commit comments