Skip to content

Commit df02e6f

Browse files
committed
change
1 parent 3446403 commit df02e6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/api.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class Api extends React.Component {
2828
xhr.responseType = "json";
2929
xhr.onload = () => {
3030
const data = xhr.response;
31-
console.log(data);
3231
const status = data.weather[0].main; //Status
3332
const description = data.weather[0].description; //description
3433
const loc = data.name; //Name

0 commit comments

Comments
 (0)