Skip to content

Commit e7928ff

Browse files
committed
remove todo
1 parent bfc0ff5 commit e7928ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/ts/controllers/sound-controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ export async function playClick(codeOverride?: string): Promise<void> {
397397
if ("validNotes" in config) {
398398
const scaleConfig = scaleConfigurations[val];
399399
if (scaleConfig === undefined) {
400-
//TODO
401400
throw new Error("missing scale config");
402401
}
403402
playScale(config.validNotes, scaleConfig.meta);

0 commit comments

Comments
 (0)