mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Clean up browser logs
This commit is contained in:
@ -1375,9 +1375,6 @@ PromptManagerModule.prototype.renderPromptManagerListItems = function () {
|
||||
</li>
|
||||
`;
|
||||
|
||||
console.log(this.activeCharacter)
|
||||
console.log(this.serviceSettings)
|
||||
console.log(this.getPromptsForCharacter(this.activeCharacter))
|
||||
this.getPromptsForCharacter(this.activeCharacter).forEach(prompt => {
|
||||
if (!prompt) return;
|
||||
|
||||
|
Reference in New Issue
Block a user