From c95400030e5ae7a937a900b145aac2fd5f30e552 Mon Sep 17 00:00:00 2001 From: David Bruant Date: Fri, 9 May 2025 18:47:20 +0200 Subject: [PATCH] unused var --- scripts/odf/templating/fillOdtElementTemplate.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/odf/templating/fillOdtElementTemplate.js b/scripts/odf/templating/fillOdtElementTemplate.js index 7538c03..568a1c9 100644 --- a/scripts/odf/templating/fillOdtElementTemplate.js +++ b/scripts/odf/templating/fillOdtElementTemplate.js @@ -239,8 +239,6 @@ function fillIfBlock(ifOpeningMarkerNode, ifElseMarkerNode, ifClosingMarkerNode, function fillEachBlock(startNode, iterableExpression, itemExpression, endNode, compartment) { //console.log('fillEachBlock', iterableExpression, itemExpression) - const doc = startNode.ownerDocument.documentElement - const {startChild, endChild, content: repeatedFragment} = extractBlockContent(startNode, endNode) // Find the iterable in the data