1
0
Fork 0
forked from lthn/blockchain

remove annoying debug log message

This commit is contained in:
sowle 2023-07-21 13:18:40 +02:00
parent 1a5f9e16e6
commit f8d953afe2

View file

@ -3919,9 +3919,6 @@ bool blockchain_storage::add_transaction_from_block(const transaction& tx, const
if (need_to_profile && mixins_count > 0)
{
m_performance_data.tx_mixin_count.push(mixins_count);
#ifdef _DEBUG
LOG_PRINT_L0("[TX_MIXINS]: " << mixins_count);
#endif
}
//check if there is already transaction with this hash