Skip to content

Commit

Permalink
chore: Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux committed Sep 6, 2024
1 parent 09cd0e7 commit 199e0bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/solvers/Graph/ProblemGraphView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ export const ProblemGraphView = (props: ProblemGraphViewProps) => {
console.log(node.id, node.position.x, node.position.y);

// Solver id and thus sub problems are the same for all problems, so we can just use the first one
node.data.problemDtos;
let subProblemsPerType: Map<
SubRoutineDefinitionDto,
SubRoutineReferenceDto[]
Expand Down

0 comments on commit 199e0bd

Please sign in to comment.