Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
Separate list is for logging reasons
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Nov 7, 2023
1 parent 2e0747e commit b0c72ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ void pruneFromCache() {
blockNumbersToRemove.add(e.getKey());
});

// TODO SLD could just remove each key inline?
blockNumbersToRemove.forEach(trieLogBlocksAndForksByDescendingBlockNumber::removeAll);
LOG.atTrace()
.setMessage("pruned {} trie logs for blocks {}")
Expand Down

0 comments on commit b0c72ca

Please sign in to comment.