From 66b43d71b22e93d968a0dfd64d5145a91aaf7fc3 Mon Sep 17 00:00:00 2001 From: ialwaysbeatmywifi Date: Sat, 24 Jan 2026 11:31:30 +0530 Subject: [PATCH] Remove outdated todo comment in pitchstaircase.js Deleted a redundant @todo comment regarding frequency duplication checks, as the related logic is now implemented. --- js/widgets/pitchstaircase.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/widgets/pitchstaircase.js b/js/widgets/pitchstaircase.js index ff6d8f06a8..92d070ece2 100644 --- a/js/widgets/pitchstaircase.js +++ b/js/widgets/pitchstaircase.js @@ -225,9 +225,6 @@ class PitchStaircase { return; } - /** - * @todo look to see if the same frequency is already in the list. - */ const obj = frequencyToPitch(parseFloat(frequency) / inputNum); let foundStep = false; let repeatStep = false;