cleanup debug logs

This commit is contained in:
Tony Ribeiro 2023-08-22 01:00:07 +02:00
parent b176a1ed12
commit 29adb575da
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ async function moduleWorker() {
}
// Case 3: Same character/expression or BGM switch on cooldown keep playing same BGM
console.debug(DEBUG_PREFIX,"Nothing to do for",currentCharacterBGM, newCharacter, currentExpressionBGM, cooldownBGM);
//console.debug(DEBUG_PREFIX,"Nothing to do for",currentCharacterBGM, newCharacter, currentExpressionBGM, cooldownBGM);
}
}