This commit is contained in:
lesion
2019-07-23 14:33:23 +02:00
parent c8f13887a7
commit ed9e630a40
4 changed files with 2 additions and 4 deletions

View File

@@ -432,7 +432,6 @@ export default {
Message({ type: 'error', showClose: true, message: this.$t('event.image_too_big') })
break;
default:
console.error(e)
Message({ type: 'error', showClose: true, message: e })
}
this.loading = false