thinking: remove prints

This commit is contained in:
projectmoon 2024-11-23 12:20:40 +01:00
parent 19101f29af
commit d83da8adae
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ class Filter:
output = re.findall(output_regex, reply, re.DOTALL)
output = "\n".join(output).strip()
print(thoughts)
print(output)
enclosure = THOUGHT_ENCLOSURE.replace("{{THOUGHT_TITLE}}", self.valves.thought_title)
enclosure = enclosure.replace("{{THOUGHTS}}", thoughts).strip()