+
-
@@ -38,6 +37,7 @@
diff --git a/src/components/user/Register.vue b/src/components/user/Register.vue
index f75e006e..57eacc22 100644
--- a/src/components/user/Register.vue
+++ b/src/components/user/Register.vue
@@ -71,9 +71,6 @@
submit() {
this.loading = true
- // eslint-disable-next-line
- console.log(this.credentials)
-
this.error = ''
if (this.credentials.password2 !== this.credentials.password) {