add some debug messages

This commit is contained in:
Juha Jeronen
2024-02-05 00:40:03 +02:00
parent b7921f1edd
commit 83e264db9e

View File

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