Removed debugging log
This commit is contained in:
parent
15fed92534
commit
37715f177f
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@
|
||||||
methods: {
|
methods: {
|
||||||
newList() {
|
newList() {
|
||||||
this.loading = true
|
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')}})
|
HTTP.put(`namespaces/` + this.$route.params.id + `/lists`, this.list, {headers: {'Authorization': 'Bearer ' + localStorage.getItem('token')}})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
|
Loading…
Reference in a new issue