diff --git a/src/components/Note/PublicationIndex/PublicationIndex.tsx b/src/components/Note/PublicationIndex/PublicationIndex.tsx index 45842b6..74b277b 100644 --- a/src/components/Note/PublicationIndex/PublicationIndex.tsx +++ b/src/components/Note/PublicationIndex/PublicationIndex.tsx @@ -848,7 +848,6 @@ export default function PublicationIndex({ // Step 1: Collect ALL references (including nested ones) by traversing the tree const allRefs = new Map() const refsToProcess = [...initialRefs] - const processedCoordinates = new Set() logger.info('[PublicationIndex] Starting batch fetch, collecting all references...')