diff --git a/src/components/DictionaryView.vue b/src/components/DictionaryView.vue
index fab7fc6036e82337aa2edf81adb7140549b13148..6182d3b0cadcfb95cc7a61a1c92fb54ecc9bdac7 100644
--- a/src/components/DictionaryView.vue
+++ b/src/components/DictionaryView.vue
@@ -210,7 +210,6 @@ export default {
         this.error = null
         this.waiting_for_articles = true
         history.replaceState({article: this.article, search_results: this.search_results, lang: this.lang, error: this.error}, '')
-        // Attempt at fixing issue with articles not loading
         navigate_to_word(this, event.match)
         this.$plausible.trackEvent('dropdown selection', {props: {query: event.label, match: event.match}})
       }else{