diff --git a/simple-translate/translate.js b/simple-translate/translate.js index dd11c22..8734e91 100644 --- a/simple-translate/translate.js +++ b/simple-translate/translate.js @@ -8,10 +8,6 @@ class Translate { this.history = []; } - set sourceWord(word) { - this.sourceWord = word; - } - getHistory(sourceWord, sourceLang, targetLang) { const history = this.history.find( history =>