Remove commented lines I added by mistake
This commit is contained in:
parent
1d1109e43b
commit
8202fab376
|
@ -3332,10 +3332,6 @@ function addChatsPreamble(mesSendString) {
|
|||
}
|
||||
|
||||
function addChatsSeparator(mesSendString) {
|
||||
// if (main_api === 'novel') {
|
||||
// return '***\n' + mesSendString;
|
||||
// }
|
||||
|
||||
if (power_user.context.chat_start) {
|
||||
return power_user.context.chat_start + '\n' + mesSendString;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue