Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
remove unused logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAtwill committed Nov 15, 2023
1 parent 884a5a2 commit c83dde3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fendermint/app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ mod cmd;
async fn main() {
let opts = options::parse();

// Log events to stdout.
if let Some(level) = opts.tracing_level() {
create_log(level, &opts.log_dir).expect("cannot create logging");
}
Expand Down

0 comments on commit c83dde3

Please sign in to comment.