thinking: remove prints
This commit is contained in:
parent
19101f29af
commit
d83da8adae
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue