diff --git a/langgraph/pregel/__init__.py b/langgraph/pregel/__init__.py index 2413a78e9..d7fadd9e5 100644 --- a/langgraph/pregel/__init__.py +++ b/langgraph/pregel/__init__.py @@ -237,7 +237,6 @@ class Pregel( self, config: Optional[RunnableConfig] = None ) -> Type[BaseModel]: if isinstance(self.output, str): - print(self.output, self.channels[self.output].UpdateType) return super().get_output_schema(config) else: return create_model( # type: ignore[call-overload]