diff --git a/templates/parachain/node/Cargo.toml b/templates/parachain/node/Cargo.toml index ec4b13b184fc..b02ff6433178 100644 --- a/templates/parachain/node/Cargo.toml +++ b/templates/parachain/node/Cargo.toml @@ -25,8 +25,6 @@ polkadot-sdk = { workspace = true, features = ["node"] } parachain-template-runtime = { workspace = true } -# Substrate -prometheus-endpoint = { workspace = true, default-features = true } sc-tracing = { workspace = true, default-features = true } [build-dependencies]