Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nbintertech committed Nov 12, 2024
1 parent 0c57797 commit 612cb98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/ssmt/operations/operations.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ export class OperationsComponent implements OnInit {
}

setCo2SavingsData() {
// todo 6993 - simplify duplicated co2SavingsData objects
let co2SavingsData: Co2SavingsData = copyObject(this.ssmt.co2SavingsData);
// todo weird
if (this.ssmt.co2SavingsData) {
this.co2SavingsData = co2SavingsData;
} else {
Expand Down

0 comments on commit 612cb98

Please sign in to comment.