Skip to content

Commit

Permalink
Remove comment which is no longer relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmith-hs committed Oct 5, 2023
1 parent d68410e commit c9a1165
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public void integrateChild(JinjavaInterpreter child) {
currentImportAlias,
child
);
// Remove layers from self down to original import alias to prevent reference loops
childBindings.remove(temporaryImportAlias);
importingData.getOriginalInterpreter().getContext().remove(temporaryImportAlias);
// Remove meta keys
Expand Down

0 comments on commit c9a1165

Please sign in to comment.