diff --git a/thinking.py b/thinking.py index 47d37e8..90618f6 100644 --- a/thinking.py +++ b/thinking.py @@ -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()