mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-03 10:00:19 +00:00
chore: remove decompress file params info to make ui_test_ok_decompress test case pass
This commit is contained in:
parent
353c360f6f
commit
5941afe66e
@ -187,13 +187,6 @@ pub fn run(
|
||||
} else {
|
||||
output_dir.join(file_name)
|
||||
};
|
||||
info_accessible(format!(
|
||||
"begin decompress file ... input_path: {}, formats: {:?}, file_name: {}, output_file_path: {}",
|
||||
path_to_str(input_path),
|
||||
formats,
|
||||
path_to_str(file_name),
|
||||
path_to_str(&output_file_path)
|
||||
));
|
||||
decompress_file(DecompressOptions {
|
||||
input_file_path: input_path,
|
||||
formats,
|
||||
|
Loading…
x
Reference in New Issue
Block a user