Skip to content

Commit

Permalink
[frontend/backend] Chaining injects logically
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion committed Sep 11, 2024
1 parent 262fbe3 commit 5202beb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openbas-front/src/components/ChainedTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ const ChainedTimelineFlow: FunctionComponent<Props> = ({ injects, exerciseOrScen

let startDate: string | undefined;

console.log(theme);

// If we have a scenario, we find the startdate using the cron info
if (scenario !== undefined) {
const parsedCron = scenario.scenario_recurrence ? parseCron(scenario.scenario_recurrence) : null;
Expand Down

0 comments on commit 5202beb

Please sign in to comment.