diff --git a/substrate/client/service/src/builder.rs b/substrate/client/service/src/builder.rs index 3c97c77e05a2..f27b7ec6fbad 100644 --- a/substrate/client/service/src/builder.rs +++ b/substrate/client/service/src/builder.rs @@ -578,7 +578,6 @@ pub async fn propagate_transaction_notifications( transaction_pool .import_notification_stream() .for_each(move |hash| { - log::debug!(target: sc_transaction_pool::LOG_TARGET, "[{hash:?} ] import_notification_stream: received"); tx_handler_controller.propagate_transaction(hash); let status = transaction_pool.status(); telemetry!(