Clean up browser logs

This commit is contained in:
Cohee
2023-09-05 18:23:24 +03:00
parent 5ef79bd64d
commit bbed147ce5
8 changed files with 8 additions and 11 deletions

View File

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