Skip to content

Commit 61df05a

Browse files
authored
Update bedrock.py
1 parent 04f8ecd commit 61df05a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/strands/models/bedrock.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ def stream(self, request: dict[str, Any]) -> Iterable[StreamEvent]:
323323
ModelThrottledException: If the model service is throttling requests.
324324
"""
325325
streaming = self.config.get("streaming", True)
326-
print(request)
327326
try:
328327
if streaming:
329328
# Streaming implementation

0 commit comments

Comments
 (0)