move connect debug prints

This commit is contained in:
2025-12-25 02:22:52 -08:00
parent 650e79d834
commit 6e9e83dbd0
2 changed files with 2 additions and 2 deletions

View File

@@ -550,7 +550,6 @@ class ClaudeCode(PrecompiledProgram):
# build prompt
prompt = self._build_prompt(input_value)
print(prompt)
# run async execution in event loop
try:
loop = asyncio.get_event_loop()