Skip to content

Commit 9862adb

Browse files
Unshurezastrowm
andauthored
Update src/strands/agent/agent.py
Co-authored-by: Mackenzie Zastrow <3211021+zastrowm@users.noreply.github.com>
1 parent 8ac6cd4 commit 9862adb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/strands/agent/agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,6 @@ def __init__(
329329
if isinstance(state, dict):
330330
self.state = AgentState(state)
331331
elif isinstance(state, AgentState):
332-
print("HERE!")
333-
print(type(state))
334332
self.state = state
335333
else:
336334
raise ValueError("state must be an AgentState object or a dict")

0 commit comments

Comments
 (0)