From f816b9a832972fbbe7765d3054a1f8296d774d3b Mon Sep 17 00:00:00 2001 From: josh-ashkinaze Date: Wed, 28 Aug 2024 19:22:17 -0400 Subject: [PATCH] release --- plurals/deliberation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plurals/deliberation.py b/plurals/deliberation.py index 0244b63..5add0db 100644 --- a/plurals/deliberation.py +++ b/plurals/deliberation.py @@ -229,7 +229,6 @@ def _moderate_responses(self, responses: List[str]) -> str: Returns: str: A combined response based on the moderator's instructions """ - print("task", self.task) combined_responses_str = format_previous_responses(responses) self.combination_instructions = SmartString(self.combination_instructions).format( previous_responses=combined_responses_str,