diff --git a/src/components/Autocomplete.vue b/src/components/Autocomplete.vue index 039f363d1b49ebf81bcec02582b5a22c3d45734f..4140eb896addce40d888aa5d89d818fa69d8605f 100644 --- a/src/components/Autocomplete.vue +++ b/src/components/Autocomplete.vue @@ -88,7 +88,6 @@ if (item) { if (typeof item != 'string') { let self = this - console.log(item.lang) if (item.articles) { axios.get(self.endpoint + 'articles?', {params: {lord: item.match, dict: self.$parent.lang}}) @@ -101,13 +100,11 @@ article.dictionary = dict_tag article.match = item.match item.articles.push(article) - }) }) } ) } - console.log(item) this.items = [] this.suggesting = false