diff --git a/src/backend/base/langflow/graph/vertex/types.py b/src/backend/base/langflow/graph/vertex/types.py index b543c8d97..b453aff50 100644 --- a/src/backend/base/langflow/graph/vertex/types.py +++ b/src/backend/base/langflow/graph/vertex/types.py @@ -144,7 +144,6 @@ class ComponentVertex(Vertex): result_dict = self.get_built_result() # We need to set the artifacts to pass information # to the frontend - artifacts = self.artifacts_raw messages = self.extract_messages_from_artifacts(result_dict) result_dict = ResultData( results=result_dict,