mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-31 04:09:49 +02:00
langgraph: remove print (#3167)
This commit is contained in:
@@ -476,7 +476,6 @@ def interrupt(value: Any) -> Any:
|
||||
# find current resume value
|
||||
if scratchpad.null_resume is not None:
|
||||
assert len(scratchpad.resume) == idx, (scratchpad.resume, idx)
|
||||
print("consume null resume", scratchpad.null_resume)
|
||||
v = scratchpad.consume_null_resume()
|
||||
scratchpad.resume.append(v)
|
||||
conf[CONFIG_KEY_SEND]([(RESUME, scratchpad.resume)])
|
||||
|
||||
Reference in New Issue
Block a user