You've already forked LibreTranslate
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:
@@ -307,7 +307,6 @@ document.addEventListener('DOMContentLoaded', function(){
|
||||
this.inputText = this.translatedText = this.output = "";
|
||||
},
|
||||
switchType: function(type) {
|
||||
console.log(type)
|
||||
this.translationType = type;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user