From 623c660027b69e653d927849dd681e901cfd869d Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Mon, 8 Sep 2025 16:59:24 -0400 Subject: [PATCH] Remove debugging comment --- src/pipecat/services/aws/llm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pipecat/services/aws/llm.py b/src/pipecat/services/aws/llm.py index 068d18149..20daeeb74 100644 --- a/src/pipecat/services/aws/llm.py +++ b/src/pipecat/services/aws/llm.py @@ -388,7 +388,6 @@ class AWSBedrockLLMContext(OpenAILLMContext): new_content.append({"text": text_content}) # handle image_url -> image conversion if item["type"] == "image_url": - print(f"[pk] Converting image_url item: {item}") new_item = { "image": { "format": "jpeg",