Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Hirt <chris@hirtfamily.net>
  • Loading branch information
laineyhm and megahirt authored Nov 1, 2022
1 parent 39e9aed commit 7818d58
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/angular-app/bellows/shared/pick-list-editor.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ export class PickListEditorController implements angular.IController {
}
}

//Used in adding an item to the Options lists under Configuration, which is currently disabled in Language Forge 2022-10
// pickAddItem(): void {
// if (this.newValue) {
// const key = PickListEditorController.keyFromValue(this.newValue);
// this.items.push({ key, value: this.newValue });
// this.isDeletable[key] = true;
// this.newValue = undefined;
// }
// }

pickRemoveItem(index: number): void {
delete this.isDeletable[this.items[index].key];
Expand Down

0 comments on commit 7818d58

Please sign in to comment.