mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 05:07:51 +02:00
Remove print
This commit is contained in:
@@ -317,7 +317,6 @@ def interrupt(value: Any) -> Any:
|
||||
from langgraph.utils.config import get_configurable
|
||||
|
||||
conf = get_configurable()
|
||||
print("interrupt", conf.get(CONFIG_KEY_RESUME_VALUE))
|
||||
if (resume := conf.get(CONFIG_KEY_RESUME_VALUE, MISSING)) and resume is not MISSING:
|
||||
return resume
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user