mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove debug statement
This commit is contained in:
@ -412,7 +412,6 @@ async function processTtsQueue() {
|
|||||||
|
|
||||||
// Remove character name from start of the line if power user setting is disabled
|
// Remove character name from start of the line if power user setting is disabled
|
||||||
if (char && !power_user.allow_name2_display) {
|
if (char && !power_user.allow_name2_display) {
|
||||||
debugger;
|
|
||||||
const escapedChar = escapeRegex(char);
|
const escapedChar = escapeRegex(char);
|
||||||
text = text.replace(new RegExp(`^${escapedChar}:`, 'gm'), '');
|
text = text.replace(new RegExp(`^${escapedChar}:`, 'gm'), '');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user