Skip to content

Commit

Permalink
Remove unnecessary comment, see: #153
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed May 2, 2023
1 parent ccfb01b commit 5e3ede5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/variability/view/IQRNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default class IQRNode extends CAVPlotNode {
return iqrValue ? `${iqrValue}` : '?';
} );

// TODO: I think we need one of these in MadNode?
const iqrReadoutText = new VariabilityReadoutText( iqrReadoutValueProperty, CenterAndVariabilityStrings.iqrEqualsValuePatternStringProperty, {
fill: CAVColors.meanColorProperty,
visibleProperty: model.isShowingIQRProperty,
Expand Down

0 comments on commit 5e3ede5

Please sign in to comment.