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(() => {