Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sirahd committed Feb 27, 2018
1 parent c26a0cb commit 749f35c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/compile/data/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,10 @@ export function parseData(model: Model): DataComponent {
head = tu;
}

// TODO add calculate node for sort array
// SortArrayFormulaNode? or just re-use CalculateNode
// for (const calculate of CalculateNode.makeAllFromSort(model)) {
// calculate.parent = head;
// head = calculate;
// }
for (const calculate of CalculateNode.makeAllFromSort(model)) {
calculate.parent = head;
head = calculate;
}
}

// add an output node pre aggregation
Expand Down

0 comments on commit 749f35c

Please sign in to comment.