diff --git a/apps/arweave/src/ar_node_worker.erl b/apps/arweave/src/ar_node_worker.erl index d5ed795ec..8866dc81f 100644 --- a/apps/arweave/src/ar_node_worker.erl +++ b/apps/arweave/src/ar_node_worker.erl @@ -1652,12 +1652,6 @@ start_from_state([#block{} = GenesisB]) -> block_time_history = BlockTimeHistory }]}. start_from_state(BI, Height) -> - lists:foreach( - fun({H, _WeaveSize, _TXRoot}) -> - ?LOG_ERROR([{event, start_from_state}, {hash, ar_util:encode(H)}]) - end, - BI - ), case read_recent_blocks(BI, min(length(BI) - 1, ?START_FROM_STATE_SEARCH_DEPTH)) of not_found -> ?LOG_ERROR([{event, start_from_state}, {reason, block_headers_not_found}]),