mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +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 {
|
} else {
|
||||||
output_dir.join(file_name)
|
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 {
|
decompress_file(DecompressOptions {
|
||||||
input_file_path: input_path,
|
input_file_path: input_path,
|
||||||
formats,
|
formats,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user