Removed debugging log

This commit is contained in:
kolaente 2018-09-11 08:29:17 +02:00
parent 15fed92534
commit 37715f177f
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

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