Skip to content

Commit 57ace03

Browse files
authored
chore: Remove log statement from BlockRecordManagerImpl (#24584)
Signed-off-by: Derek Riley <derek.riley@swirldslabs.com>
1 parent 1536aa7 commit 57ace03

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hedera-node/hedera-app/src/main/java/com/hedera/node/app/records/impl/BlockRecordManagerImpl.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -914,12 +914,6 @@ private boolean migrationRootHashVotingQueueingEnabled(@NonNull final State stat
914914
final var blockInfo = state.getReadableStates(BlockRecordService.NAME)
915915
.<BlockInfo>getSingleton(BLOCKS_STATE_ID)
916916
.get();
917-
logger.info(
918-
"votingState {} votingComplete {} currentBlockNumber {} votingCompletionDeadlineBlockNumber {}",
919-
blockInfo,
920-
blockInfo != null ? blockInfo.votingComplete() : null,
921-
currentBlockNumber,
922-
blockInfo != null ? blockInfo.votingCompletionDeadlineBlockNumber() : null);
923917
if (blockInfo == null) {
924918
return false;
925919
}

0 commit comments

Comments
 (0)