Remove comment

This commit is contained in:
Christian Cueni 2019-09-05 08:52:27 +02:00
parent 117782a337
commit 2c5b49a4f2
1 changed files with 1 additions and 3 deletions

View File

@ -168,10 +168,8 @@
}
}
}, []);
let some = this.removeSingleContentListItem(newContent, startingIndex);
console.log(some)
return Object.assign({}, this.contentBlock, {
contents: some
contents: this.removeSingleContentListItem(newContent, startingIndex)
});
},
schoolClass() {