Skip to content

Commit ef366a7

Browse files
committed
remove comments
1 parent 8ef7ec4 commit ef366a7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/hooks.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ export function useQuestionItemContext(props: UseQuestionItemContextArgs): {
5252
context: qrItem,
5353
qitem: branchItems.qItem,
5454
};
55-
// Bind the item's itemPopulationContext so the item's variables/expressions and its
56-
// descendants can reference it (e.g. `%PostalAddressArray`).
5755
workingContext = resolveItemPopulationContext(workingContext, questionItem, evaluateFhirpath);
5856

5957
variables.forEach((variable) => {
@@ -139,8 +137,6 @@ export function useQuestionItemContext(props: UseQuestionItemContextArgs): {
139137
context: qrItem,
140138
qitem: branchItems.qItem,
141139
};
142-
// Bind the item's itemPopulationContext so the item's expressions and its descendants
143-
// (rendered with this context) can reference it (e.g. `%PostalAddressArray`).
144140
workingContext = resolveItemPopulationContext(workingContext, questionItem, evaluateFhirpath);
145141

146142
variables.forEach((variable) => {

0 commit comments

Comments
 (0)