chore: rm println (#8576)

This commit is contained in:
Matthias Seitz
2024-06-03 23:14:55 +02:00
committed by GitHub
parent 343a5f7b52
commit 56859b4172

View File

@@ -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<ProviderFactory<DB>> {
println!("datadir: {:?}", self.data_dir());
let factory = ProviderFactory::new(
self.right().clone(),
self.chain_spec(),