Skip to content

Commit 5bb1bc3

Browse files
committed
remove println
1 parent 9f5cfdf commit 5bb1bc3

File tree

1 file changed

+0
-1
lines changed
  • src/tools/tidy/src/extra_checks

1 file changed

+0
-1
lines changed

src/tools/tidy/src/extra_checks/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ fn run_ruff(
361361
) -> Result<(), Error> {
362362
let mut cfg_args_ruff = cfg_args.to_vec();
363363
let mut file_args_ruff = file_args.to_vec();
364-
println!("file_args: {:#?}", &file_args);
365364

366365
let mut cfg_path = root_path.to_owned();
367366
cfg_path.extend(RUFF_CONFIG_PATH);

0 commit comments

Comments
 (0)