1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-09-16 08:46:24 +02:00

remove console.log

This commit is contained in:
Sébastien Thuret
2021-10-24 17:11:39 +02:00
parent b6cdc7f35a
commit 50ce3720eb

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;
}
}