Remove debug information

This commit is contained in:
Ramon Wenger 2018-10-11 16:14:48 +02:00
parent 6772aba1c9
commit 74f25850f1
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</a>
</div>
<h4 class="content-block__title">{{contentBlock.title}} {{contentBlock.userCreated}}</h4>
<h4 class="content-block__title">{{contentBlock.title}}</h4>
<component v-for="component in contentBlock.contents"
:key="component.id"