diff --git a/src/components/solvers/Graph/ProblemGraphView.tsx b/src/components/solvers/Graph/ProblemGraphView.tsx index 679e37f..370dea3 100644 --- a/src/components/solvers/Graph/ProblemGraphView.tsx +++ b/src/components/solvers/Graph/ProblemGraphView.tsx @@ -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[]