Skip to content

Commit

Permalink
remove redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu committed Jul 23, 2024
1 parent 06c5bee commit b24eb1a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ private void preloadQueue(

try (final Stream<byte[]> trieLogKeys = rootWorldStateStorage.streamTrieLogKeys(loadingLimit)) {

LOG.atInfo()
.setMessage("Loaded trie logs from database, determining if any can be pruned...")
.log();

final AtomicLong addToPruneQueueCount = new AtomicLong();
final AtomicLong orphansPruned = new AtomicLong();
trieLogKeys.forEach(
Expand Down

0 comments on commit b24eb1a

Please sign in to comment.