From f1af5a1cef361e12d878e6693f0ee8ccfbd37ed2 Mon Sep 17 00:00:00 2001 From: mikiher Date: Sun, 23 Mar 2025 08:29:02 +0200 Subject: [PATCH] Remove debug printing --- client/components/cards/AuthorCard.vue | 1 - 1 file changed, 1 deletion(-) 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() {