Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed May 27, 2022
1 parent 3334a95 commit 62337dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/common/view/ConcentrationSliderSoundGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ class SliderMiddleRangeSoundGenerator extends SoundGenerator implements ISoundPl
// Calculate the minimum playback rate based on the current concentration.
const minPlaybackRate = 1 + normalizedValue * 2;

const x = this.baseSoundClip.getNumberOfPlayingInstances();

let delayAmount = 0;
_.times( timesToPlay, () => {

Expand Down

0 comments on commit 62337dd

Please sign in to comment.