Remove commented lines I added by mistake

This commit is contained in:
Mike Weldon 2023-08-23 18:08:55 -07:00
parent 1d1109e43b
commit 8202fab376
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}