db_lmdb: remove leftover merge mining debug log

This commit is contained in:
Crypto City 2020-10-31 15:01:14 +00:00
parent 13ca0bd52c
commit 6d27eeca02

View File

@ -1170,10 +1170,7 @@ void BlockchainLMDB::add_block(const block& blk, size_t block_weight, uint64_t l
{
uint64_t seed_hash_height;
if (!has_rx_seed_hash(blk.aux_header->seed_hash, seed_hash_height))
{
MGINFO("XXX adding " << blk.aux_header->seed_hash << " at " << m_height);
add_rx_seed_hash(blk.aux_header->seed_hash, m_height);
}
}
int result = 0;