mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove commented lines I added by mistake
This commit is contained in:
@ -3332,10 +3332,6 @@ function addChatsPreamble(mesSendString) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function addChatsSeparator(mesSendString) {
|
function addChatsSeparator(mesSendString) {
|
||||||
// if (main_api === 'novel') {
|
|
||||||
// return '***\n' + mesSendString;
|
|
||||||
// }
|
|
||||||
|
|
||||||
if (power_user.context.chat_start) {
|
if (power_user.context.chat_start) {
|
||||||
return power_user.context.chat_start + '\n' + mesSendString;
|
return power_user.context.chat_start + '\n' + mesSendString;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user