diff --git a/src/currency_core/blockchain_storage.cpp b/src/currency_core/blockchain_storage.cpp index fa41923f..9ccee98b 100644 --- a/src/currency_core/blockchain_storage.cpp +++ b/src/currency_core/blockchain_storage.cpp @@ -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