diff --git a/app/static/js/app.js b/app/static/js/app.js index 44e0792..ec074b9 100644 --- a/app/static/js/app.js +++ b/app/static/js/app.js @@ -307,7 +307,6 @@ document.addEventListener('DOMContentLoaded', function(){ this.inputText = this.translatedText = this.output = ""; }, switchType: function(type) { - console.log(type) this.translationType = type; } }