1
0
Fork 0
forked from lthn/blockchain

removed unneeded logging

This commit is contained in:
sowle 2023-11-02 21:14:41 +01:00
parent e45793826e
commit 4a819afe18
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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