From 397b41377adc214341e9e6f5023c395265d98221 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 14 Aug 2019 14:31:47 +0200 Subject: [PATCH] delete console.log --- webapp/components/Registration/CreateUserAccount.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue index 6cc1611cc..faa834fcf 100644 --- a/webapp/components/Registration/CreateUserAccount.vue +++ b/webapp/components/Registration/CreateUserAccount.vue @@ -130,8 +130,6 @@ export default { methods: { checked: function() { this.backendErrors = { message: null } - console.log('tzzzzzzzzzz') - this.disabled = true }, async submit() { if (this.checkedConfimed) {