remove console.log

This commit is contained in:
Sébastien Thuret
2021-10-24 17:11:39 +02:00
parent b6cdc7f35a
commit 50ce3720eb
-1
View File
@@ -307,7 +307,6 @@ document.addEventListener('DOMContentLoaded', function(){
this.inputText = this.translatedText = this.output = ""; this.inputText = this.translatedText = this.output = "";
}, },
switchType: function(type) { switchType: function(type) {
console.log(type)
this.translationType = type; this.translationType = type;
} }
} }