Skip to content

Commit

Permalink
delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hhhilulu committed Oct 20, 2023
1 parent 0fcb3b0 commit a638acf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/promptflow/promptflow/_sdk/operations/_test_submitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ def node_test(
SubmitterHelper.resolve_environment_variables(environment_variables=environment_variables, client=self._client)
SubmitterHelper.init_env(environment_variables=environment_variables)

flow_inputs = load_multimedia_data(flow_inputs, {}, None)
load_multimedia_data_recursively(dependency_nodes_outputs)

with LoggerOperations(file_path=self.flow.code / PROMPT_FLOW_DIR_NAME / f"{node_name}.node.log", stream=stream):
result = FlowExecutor.load_and_exec_node(
self.flow.path,
Expand Down

0 comments on commit a638acf

Please sign in to comment.