Skip to content

Commit

Permalink
Only log cache on load
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Oct 31, 2023
1 parent 1e1f574 commit c3ee36f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void cacheForLaterPruning(final long blockNumber, final byte[] trieLogKey) {
}

void pruneFromCache() {
printCache();
// no = op
}

void printCache() {
Expand Down

0 comments on commit c3ee36f

Please sign in to comment.