add some debug messages
This commit is contained in:
parent
b7921f1edd
commit
83e264db9e
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue