diff --git a/src/components/Article.vue b/src/components/Article.vue
index aba6fa12d69a93484b1364e0daadac333233c8a3..1077e4a5d1a90c8f45284d580cfe06d4083851ac 100644
--- a/src/components/Article.vue
+++ b/src/components/Article.vue
@@ -100,7 +100,6 @@ export default {
       if (collapsable == 'auto') {
         this.is_collapsed = this.$parent.$options.name == 'SearchResults' && (this.$parent.results_bm.length + this.$parent.results_nn.length > 2)
       }
-      console.log(this.$parent.$options.name == 'SearchResults' && (this.$parent.results_bm.length + this.$parent.results_nn.length > 2))
 
 
       return this.$store.state.collapseArticles == 'always' || this.$parent.$options.name == 'SearchResults' && (this.$parent.results_bm.length + this.$parent.results_nn.length > 2)//getters.collapsable(this.$parent.$options.name, this.$parent.results_bm.length + this.$parent.results_nn.length)