remove some useless comments
This commit is contained in:
parent
169b1c2c63
commit
3b526ce207
|
@ -530,7 +530,6 @@ function handleImageChange() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Method get IP of endpoint
|
|
||||||
if (isTalkingHeadEnabled() && modules.includes('talkinghead')) {
|
if (isTalkingHeadEnabled() && modules.includes('talkinghead')) {
|
||||||
const talkingheadResultFeedSrc = `${getApiUrl()}/api/talkinghead/result_feed`;
|
const talkingheadResultFeedSrc = `${getApiUrl()}/api/talkinghead/result_feed`;
|
||||||
$('#expression-holder').css({ display: '' });
|
$('#expression-holder').css({ display: '' });
|
||||||
|
@ -547,7 +546,7 @@ function handleImageChange() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error(error); // Log the error if necessary
|
console.error(error);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue