Skip to content

Commit

Permalink
chore(ui): remove obsolete console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Jul 25, 2024
1 parent 765da9b commit d12902e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/executions/outputs/Wrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
return result;
};
const outputs = () => {
console.trace();
const tasks = store.state.execution.execution.taskRunList.map((task) => {
return {label: task.taskId, value: task.taskId, ...task, icon: true, children: task?.outputs ? transform(task.outputs) : []};
});
Expand Down

0 comments on commit d12902e

Please sign in to comment.