From 3b526ce207a5c2d2601c39c281be6618a01a70be Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Mon, 5 Feb 2024 00:45:37 +0200 Subject: [PATCH] remove some useless comments --- public/scripts/extensions/expressions/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/scripts/extensions/expressions/index.js b/public/scripts/extensions/expressions/index.js index 03b586dfc..8ccfb382a 100644 --- a/public/scripts/extensions/expressions/index.js +++ b/public/scripts/extensions/expressions/index.js @@ -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); }); } }