mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
remove some logging
This commit is contained in:
@ -1863,7 +1863,6 @@ export function setSlashCommandAutoComplete(textarea, isFloating = false) {
|
||||
consecutive.push(current);
|
||||
}
|
||||
consecutive.sort((a,b)=>b.length - a.length);
|
||||
console.log({ name, parts, start, consecutive, longestConsecutive:consecutive[0]?.length ?? 0 });
|
||||
return { name, start, longestConsecutive:consecutive[0]?.length ?? 0 };
|
||||
};
|
||||
const fuzzyScoreCompare = (a, b) => {
|
||||
|
Reference in New Issue
Block a user