Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 30, 2024
1 parent f5c8aec commit 4c0c216
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/programs/data/shared-log/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3391,9 +3391,10 @@ export class SharedLog<
set = new Set();
this._requestIPruneSent.set(entry, set);
}
/* if (set.has(to)) {
continue;
} */
/* TODO why can we not have this statement?
if (set.has(to)) {
continue;
} */
set.add(to);
filteredSet.push(entry);
}
Expand Down

0 comments on commit 4c0c216

Please sign in to comment.