Skip to content

Commit

Permalink
Remove console log from TriggerDag (#44050)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh authored Nov 15, 2024
1 parent f66459b commit 817f080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/ui/src/components/TriggerDag/TriggerDag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ export const TriggerDag = (dagParams: DagParams) => {
`);

// TODO triggering logic (would be placed here once the FAST API is available)
console.log("Triggering DAG with parameters:", dagParams);
};

0 comments on commit 817f080

Please sign in to comment.