Remove print

This commit is contained in:
Nuno Campos
2024-11-11 17:54:56 -08:00
parent ef3a1ee997
commit 87fc519ce7
-1
View File
@@ -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: