Skip to content

Commit

Permalink
client: debug removed
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk committed Oct 8, 2024
1 parent 44d8dbd commit cc5eca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion substrate/client/service/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ pub async fn propagate_transaction_notifications<Block, ExPool>(
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!(
Expand Down

0 comments on commit cc5eca3

Please sign in to comment.