remove some useless comments

This commit is contained in:
Juha Jeronen 2024-02-05 00:45:37 +02:00
parent 169b1c2c63
commit 3b526ce207
1 changed files with 1 additions and 2 deletions

View File

@ -530,7 +530,6 @@ function handleImageChange() {
return;
}
// Method get IP of endpoint
if (isTalkingHeadEnabled() && modules.includes('talkinghead')) {
const talkingheadResultFeedSrc = `${getApiUrl()}/api/talkinghead/result_feed`;
$('#expression-holder').css({ display: '' });
@ -547,7 +546,7 @@ function handleImageChange() {
}
})
.catch(error => {
console.error(error); // Log the error if necessary
console.error(error);
});
}
}