remove console.log

This commit is contained in:
Sébastien Thuret 2021-10-24 17:11:39 +02:00
parent b6cdc7f35a
commit 50ce3720eb
No known key found for this signature in database
GPG key ID: 4742E2D66933BB08

View file

@ -307,7 +307,6 @@ document.addEventListener('DOMContentLoaded', function(){
this.inputText = this.translatedText = this.output = "";
},
switchType: function(type) {
console.log(type)
this.translationType = type;
}
}