fix: remove duplicate `tracing_subscriber` init for `nomos-node` bin (#157)

This commit is contained in:
Youngjoon Lee 2023-05-29 22:40:22 +09:00 committed by GitHub
parent 6229fc98bc
commit 2d60ce9921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ struct Nomos {
}
fn main() -> Result<()> {
tracing_subscriber::fmt::init();
let Args { config } = Args::parse();
let config = serde_yaml::from_reader::<_, Config>(std::fs::File::open(config)?)?;
let app = OverwatchRunner::<Nomos>::run(