diff --git a/polkadot/cli/src/informant.rs b/polkadot/cli/src/informant.rs index 6b43d4ffad..9146decf62 100644 --- a/polkadot/cli/src/informant.rs +++ b/polkadot/cli/src/informant.rs @@ -63,7 +63,6 @@ pub fn start(service: &Service, exit: ::exit_future::Exit, handle: TaskExe let client = service.client(); let display_block_import = client.import_notification_stream().for_each(|n| { info!(target: "polkadot", "Imported #{} ({})", n.header.number, n.hash); - telemetry!("block.import"; "height" => n.header.number, "best" => ?n.hash); Ok(()) });