Skip to content

Commit

Permalink
refactor: remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas committed Nov 13, 2023
1 parent 0a52d2d commit 85f461b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export class ReorderModelsComponent {
moveItemInArray(this.models, event.previousIndex, event.currentIndex);
}

// Given an array of models and a project, reorder the models in the project
// according to the order in the array.
async reorderModels(models?: Model[], project?: Project) {
if (models === undefined || project === undefined) {
return;
Expand Down

0 comments on commit 85f461b

Please sign in to comment.