mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 02:47:52 +01:00
Fix cooldown debug log
This commit is contained in:
parent
9ec8aa3bf9
commit
3e27f0213a
@ -3164,7 +3164,7 @@ async function checkWorldInfo(chat, maxContext, isDryRun) {
|
||||
const isCooldown = timedEvents.isOnCooldown(entry);
|
||||
|
||||
if (isCooldown && !isSticky) {
|
||||
console.debug(`WI entry ${entry.uid} suppressed by external suppression`);
|
||||
console.debug(`WI entry ${entry.uid} suppressed by cooldown`);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user