From 2c5b49a4f29be897d5c5c92ac572e3990173a933 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Thu, 5 Sep 2019 08:52:27 +0200 Subject: [PATCH] Remove comment --- client/src/components/ContentBlock.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/src/components/ContentBlock.vue b/client/src/components/ContentBlock.vue index 7bd658af..d81d0a47 100644 --- a/client/src/components/ContentBlock.vue +++ b/client/src/components/ContentBlock.vue @@ -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() {