Skip to content

Commit c3d0be5

Browse files
committed
refactor: remove now useless comments
1 parent b4babd3 commit c3d0be5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Query/TaskGroups.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export class TaskGroups {
3434

3535
this.sortTaskGroups();
3636

37-
// Get the headings, now that the groups have been sorted.
3837
this.setGroupsHeadings(taskGroupingTree);
3938
}
4039

@@ -91,7 +90,6 @@ export class TaskGroups {
9190
}
9291

9392
private addTasks(taskGroupingTree: TaskGroupingTree) {
94-
// Build a container of all the groups
9593
for (const [groups, tasks] of taskGroupingTree.groups) {
9694
const taskGroup = new TaskGroup(groups, tasks);
9795
this.add(taskGroup);

0 commit comments

Comments
 (0)