Skip to content

Commit bf7f0ff

Browse files
removed unnecessary else block
1 parent ec4f236 commit bf7f0ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/widgets/sampler.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,8 +2321,6 @@ function SampleWidget() {
23212321
instruments[0][instrumentName].playbackRate
23222322
) {
23232323
instruments[0][instrumentName].playbackRate.value = playbackRate;
2324-
} else {
2325-
// If the instrument doesn't exist yet, we'll apply the adjustment when playing
23262324
}
23272325
}
23282326

0 commit comments

Comments
 (0)