langgraph: remove print (#2640)

This commit is contained in:
Vadym Barda
2024-12-04 19:07:50 -05:00
committed by GitHub
parent dad0f39fa4
commit f028984b2e
-1
View File
@@ -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