delete console.log

This commit is contained in:
ogerly 2019-08-14 14:31:47 +02:00
parent 8307c4f48f
commit 397b41377a

View File

@ -130,8 +130,6 @@ export default {
methods: { methods: {
checked: function() { checked: function() {
this.backendErrors = { message: null } this.backendErrors = { message: null }
console.log('tzzzzzzzzzz')
this.disabled = true
}, },
async submit() { async submit() {
if (this.checkedConfimed) { if (this.checkedConfimed) {