fix: remove useless log

This commit is contained in:
Matthieu Bessat 2020-08-25 15:09:47 +02:00
parent 48d341bd43
commit 18163aa2ac

View file

@ -167,7 +167,6 @@ export default {
methods: { methods: {
fetchData () { fetchData () {
console.log('Fetch data')
this.$apitator.get('/admin/tags', { withAuth: true }).then(res => { this.$apitator.get('/admin/tags', { withAuth: true }).then(res => {
this.tags = res.data.data this.tags = res.data.data
}) })