Skip to content

Commit

Permalink
Remove env_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Aug 23, 2024
1 parent 7c18970 commit 456d3b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use clap::{App, Arg};
use env_logger;
use glob::glob;
use log::{error, info};
use std::fs;
Expand Down Expand Up @@ -61,8 +60,6 @@ fn run_command_in_dir(
}

fn main() -> Result<(), Box<dyn std::error::Error>> {
env_logger::init();

let matches = App::new("in")
.version("1.7.3")
.author("Alexander F. Rødseth <xyproto@archlinux.org>")
Expand Down

0 comments on commit 456d3b3

Please sign in to comment.