@@ -61,7 +61,6 @@ export default {
const res = await this.newsfetch(this.id);
if (this.$checkRes(res)) {
this.$set(this, `info`, res.data);
- console.log(this.info);
}
},