Fix duplicate call by mistake

This commit is contained in:
joe 2023-08-04 16:35:30 +09:00
parent 2a00e98ec5
commit c18a845f64
1 changed files with 0 additions and 4 deletions

View File

@ -658,10 +658,6 @@ function setLive2dState(switch_var){
extension_settings.expressions.live2d = switch_var; // Store setting
saveSettingsDebounced();
live2dcheck().then(result => {
//console.log(result);
});
live2dcheck().then(result => {
if (result) {
//console.log("Live2d exists!");