unused var

This commit is contained in:
David Bruant 2025-05-09 18:47:20 +02:00
parent ccdcb8744d
commit c95400030e

View File

@ -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