mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-24 10:06:43 +02:00
remove console.log
This commit is contained in:
parent
b6cdc7f35a
commit
50ce3720eb
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user