Fix linting by deleting console.log

This commit is contained in:
Wolfgang Huß 2021-02-08 10:01:51 +01:00
parent c39e7224dc
commit 7571361b92

View File

@ -205,7 +205,6 @@ export default {
variables: { role: newRole, id },
})
.catch((error) => {
console.log(error.message)
this.$toast.error(error.message)
})
},