diff --git a/client/components/cards/AuthorCard.vue b/client/components/cards/AuthorCard.vue index 83e51d3d..82645c57 100644 --- a/client/components/cards/AuthorCard.vue +++ b/client/components/cards/AuthorCard.vue @@ -172,7 +172,6 @@ export default { setSelectionMode(val) {} }, mounted() { - console.log('AuthorCard mounted', this.$el) if (this.authorMount) this.setEntity(this.authorMount) }, beforeDestroy() {