From 4a819afe184a792c88cc58fc9fe1cabc6fdc6559 Mon Sep 17 00:00:00 2001 From: sowle Date: Thu, 2 Nov 2023 21:14:41 +0100 Subject: [PATCH] removed unneeded logging --- src/currency_core/blockchain_storage.cpp | 3 --- 1 file changed, 3 deletions(-) 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