From 3985819297724051289a15b53c8e9582917d402f Mon Sep 17 00:00:00 2001 From: Fulgen301 Date: Tue, 16 Oct 2018 19:11:10 +0200 Subject: Remove some debug logs --- src/components/ApiAuth.vue | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/ApiAuth.vue') diff --git a/src/components/ApiAuth.vue b/src/components/ApiAuth.vue index 5139f74..57b2acb 100644 --- a/src/components/ApiAuth.vue +++ b/src/components/ApiAuth.vue @@ -60,7 +60,6 @@ username: this.username, password: this.password, } - console.log(params) this.authError = undefined this.$http.post('/auth', params).then((response) => { that.$store.commit('user/setAuthToken', { authToken: response.data.token }) -- cgit v1.2.3-54-g00ecf