forked from lthn/blockchain
removed unneeded logging
This commit is contained in:
parent
e45793826e
commit
4a819afe18
1 changed files with 0 additions and 3 deletions
|
|
@ -4246,9 +4246,6 @@ bool blockchain_storage::add_transaction_from_block(const transaction& tx, const
|
|||
if (need_to_profile && max_mixins_count > 0)
|
||||
{
|
||||
m_performance_data.tx_mixin_count.push(max_mixins_count);
|
||||
#ifdef _DEBUG
|
||||
LOG_PRINT_L0("[TX_MIXINS]: " << max_mixins_count);
|
||||
#endif
|
||||
}
|
||||
|
||||
//check if there is already transaction with this hash
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue