mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix logspam in WI parser
This commit is contained in:
@@ -970,7 +970,7 @@ async function checkWorldInfo(chat, maxContext) {
|
|||||||
if (selectiveLogic === 0) {
|
if (selectiveLogic === 0) {
|
||||||
console.debug('saw AND logic, checking..')
|
console.debug('saw AND logic, checking..')
|
||||||
if (secondarySubstituted && matchKeys(textToScan, secondarySubstituted.trim())) {
|
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);
|
activatedNow.add(entry);
|
||||||
break secondary;
|
break secondary;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user