Skip to content

Commit

Permalink
Remove unnecessary TODO - updateMeanAndMedian is called from several …
Browse files Browse the repository at this point in the history
…links, see #45
  • Loading branch information
samreid committed Apr 22, 2023
1 parent 5bfba0f commit 51cb3e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/common/model/CAVModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,6 @@ export default class CAVModel implements TModel {
private updateMeanAndMedian(): void {

const sortedObjects = this.getSortedLandedObjects();

// TODO: Why does this print twice at the same time?
// console.log( values );

const medianObjects: CAVObject[] = [];

// Odd number of values, take the central value
Expand Down

0 comments on commit 51cb3e4

Please sign in to comment.