From e4b17a8ecc6ff06f94deffd6c27133d7874ceb4a Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 3 Jun 2024 23:03:15 +0200 Subject: [PATCH] chore: rm println --- crates/node/builder/src/launch/common.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/node/builder/src/launch/common.rs b/crates/node/builder/src/launch/common.rs index 701519306502..646ce28a3a71 100644 --- a/crates/node/builder/src/launch/common.rs +++ b/crates/node/builder/src/launch/common.rs @@ -333,8 +333,6 @@ where /// between the database and static files. **It may execute a pipeline unwind if it fails this /// check.** pub async fn create_provider_factory(&self) -> eyre::Result> { - println!("datadir: {:?}", self.data_dir()); - let factory = ProviderFactory::new( self.right().clone(), self.chain_spec(),