Delete console.log.

This commit is contained in:
elweyn 2021-12-22 08:28:19 +01:00
parent 07d4a8103a
commit 5af3d635fd

View File

@ -34,8 +34,6 @@ export default {
})
.catch((error) => {
this.$toasted.global.error('Error while searching the creations', error)
// eslint-disable-next-line no-console
console.log('Something went wrong', error)
})
},
},