Removed console logs
This commit is contained in:
@@ -47,7 +47,6 @@ export default class City extends Vue {
|
|||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.$data.data = res.data;
|
this.$data.data = res.data;
|
||||||
console.log(res.data);
|
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
@@ -66,7 +65,6 @@ export default class City extends Vue {
|
|||||||
})
|
})
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.$data.forecast = res.data;
|
this.$data.forecast = res.data;
|
||||||
console.log('forecast', res.data);
|
|
||||||
})
|
})
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
|||||||
Reference in New Issue
Block a user