diff --git a/src/calculation/ClauseResultsHelpers.ts b/src/calculation/ClauseResultsHelpers.ts index b285239c..6409e097 100644 --- a/src/calculation/ClauseResultsHelpers.ts +++ b/src/calculation/ClauseResultsHelpers.ts @@ -230,7 +230,6 @@ export function findAllLocalIdsInStatement( }); } } - localIds[statement.localId] = { localId: v }; } else if (k === 'localId') { // else if the key is localId, push the value localIds[v] = { localId: v };