Skip to content

Commit

Permalink
Remove unused crate env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Nov 23, 2023
1 parent d6824bd commit e1a4f68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion mullvad-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ path = "src/main.rs"
anyhow = "1.0"
chrono = { workspace = true }
clap = { workspace = true }
env_logger = { workspace = true }
futures = "0.3"
natord = "1.0.9"
itertools = "0.10"
Expand Down
2 changes: 0 additions & 2 deletions mullvad-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ enum Cli {

#[tokio::main]
async fn main() -> Result<()> {
env_logger::init();

match Cli::parse() {
Cli::Account(cmd) => cmd.handle().await,
Cli::Bridge(cmd) => cmd.handle().await,
Expand Down

0 comments on commit e1a4f68

Please sign in to comment.