Skip to content

Commit 66b43d7

Browse files
committed
Remove outdated todo comment in pitchstaircase.js
Deleted a redundant @todo comment regarding frequency duplication checks, as the related logic is now implemented.
1 parent 0693ea8 commit 66b43d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

js/widgets/pitchstaircase.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ class PitchStaircase {
225225
return;
226226
}
227227

228-
/**
229-
* @todo look to see if the same frequency is already in the list.
230-
*/
231228
const obj = frequencyToPitch(parseFloat(frequency) / inputNum);
232229
let foundStep = false;
233230
let repeatStep = false;

0 commit comments

Comments
 (0)