Fix logspam in WI parser

This commit is contained in:
Cohee 2023-07-28 21:58:18 +03:00
parent 8e06d18664
commit 88f3e01f72
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ async function checkWorldInfo(chat, maxContext) {
if (selectiveLogic === 0) {
console.debug('saw AND logic, checking..')
if (secondarySubstituted && matchKeys(textToScan, secondarySubstituted.trim())) {
console.log(`activating entry ${entry.uid} with AND found`)
console.debug(`activating entry ${entry.uid} with AND found`)
activatedNow.add(entry);
break secondary;
}