From d2f8d58f5a2cf38b96a919e4324bdf2b6c2ce71c Mon Sep 17 00:00:00 2001 From: Nicholas Albion Date: Fri, 29 Sep 2023 18:22:09 +1000 Subject: [PATCH] removed debugging --- pilot/helpers/AgentConvo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/helpers/AgentConvo.py b/pilot/helpers/AgentConvo.py index 141763d..7dd60f4 100644 --- a/pilot/helpers/AgentConvo.py +++ b/pilot/helpers/AgentConvo.py @@ -188,7 +188,7 @@ class AgentConvo: if self.agent.project.checkpoints['last_development_step'] is not None: print(yellow("\nDev step ") + yellow_bold(str(self.agent.project.checkpoints['last_development_step'])) + '\n', end='') print(f"\n{content}\n") - logger.info(f"{print_msg}: {content}\n", {'password': 'secret', 'user': 'nick'}) + logger.info(f"{print_msg}: {content}\n") def to_playground(self): with open('const/convert_to_playground_convo.js', 'r', encoding='utf-8') as file: