add some debug messages

This commit is contained in:
Juha Jeronen 2024-02-05 00:40:03 +02:00
parent b7921f1edd
commit 83e264db9e
1 changed files with 2 additions and 0 deletions

View File

@ -396,6 +396,7 @@ async function unloadTalkingHead() {
console.debug('talkinghead module is disabled');
return;
}
console.debug('expressions: Stopping Talkinghead');
try {
const url = new URL(getApiUrl());
@ -418,6 +419,7 @@ async function loadTalkingHead() {
console.debug('talkinghead module is disabled');
return;
}
console.debug('expressions: Starting Talkinghead');
const spriteFolderName = getSpriteFolderName();