Skip to content

Commit

Permalink
langgraph: remove print (#2640)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Dec 5, 2024
1 parent dad0f39 commit f028984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/langgraph/langgraph/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ def interrupt(value: Any) -> Any:
if tid == NULL_TASK_ID and c == RESUME:
assert len(scratchpad["resume"]) == idx, (scratchpad["resume"], idx)
scratchpad["resume"].append(v)
print("saving:", scratchpad["resume"])
conf[CONFIG_KEY_SEND]([(RESUME, scratchpad["resume"])])
return v
# no resume value found
Expand Down

0 comments on commit f028984

Please sign in to comment.