forked from lthn/blockchain
remove annoying debug log message
This commit is contained in:
parent
1a5f9e16e6
commit
f8d953afe2
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue