forked from mirrors/LibreTranslate
remove console.log
This commit is contained in:
parent
b6cdc7f35a
commit
50ce3720eb
1 changed files with 0 additions and 1 deletions
|
@ -307,7 +307,6 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||
this.inputText = this.translatedText = this.output = "";
|
||||
},
|
||||
switchType: function(type) {
|
||||
console.log(type)
|
||||
this.translationType = type;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue