diff --git a/src/components/Header.vue b/src/components/Header.vue index b1a119000beb611f7126db578f8c99b22074d391..c210f7c6acadb08a1f602fa6f6ce45acf7ff54b6 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -111,7 +111,6 @@ export default { methods: { toggle: function()Â { this.inflection_expanded = !this.inflection_expanded - console.log(this.inflection_expanded) if (! this.inflect_reported) { this.$plausible.trackEvent('open inflection', {props: {article: `/${this.dictionary}/${this.article_id}/${this.lemmas[0].lemma}`}}) }