Skip to content

Commit

Permalink
remove not needed log line
Browse files Browse the repository at this point in the history
  • Loading branch information
todor-a committed Aug 31, 2024
1 parent 687d150 commit 857858d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ fn run(args: Args) -> Result<()> {
indent_style: args.indent_style,
};

debug!("Running with configuration {:?}", &cfg);

let files =
files::list_files(&cfg.include, &cfg.exclude, vec![files::Extension::Json]).unwrap();

Expand Down

0 comments on commit 857858d

Please sign in to comment.