Skip to content

Commit af8508c

Browse files
authored
Merge pull request #218 from scaleapi/RF/fix-build-agents
adding the always()
2 parents 4e338c4 + f2126d2 commit af8508c

File tree

1 file changed

+0
-1
lines changed
  • examples/tutorials/00_sync/000_hello_acp/project

1 file changed

+0
-1
lines changed

examples/tutorials/00_sync/000_hello_acp/project/acp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ async def handle_message_send(
2323
# Extract content safely from the message
2424

2525
message_text = ""
26-
print(message_text, message_text)
2726
if hasattr(params.content, "content"):
2827
content_val = getattr(params.content, "content", "")
2928
if isinstance(content_val, str):

0 commit comments

Comments
 (0)