From 37715f177faddafbcaee82056036abe117e2af23 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 11 Sep 2018 08:29:17 +0200 Subject: [PATCH] Removed debugging log --- src/components/lists/NewList.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/lists/NewList.vue b/src/components/lists/NewList.vue index 9afbc035..909adbd4 100644 --- a/src/components/lists/NewList.vue +++ b/src/components/lists/NewList.vue @@ -46,8 +46,6 @@ methods: { newList() { this.loading = true - // eslint-disable-next-line - console.log(this.list) HTTP.put(`namespaces/` + this.$route.params.id + `/lists`, this.list, {headers: {'Authorization': 'Bearer ' + localStorage.getItem('token')}}) .then(() => {