refactor: update debug logging for digest and compression types
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
cff08905a8
commit
fee358c406
@@ -163,8 +163,7 @@ pub fn cmd_args_meta_plugin_types(cmd: &mut Command, args: &Args) -> Vec<MetaPlu
|
||||
let meta_plugin_names = args
|
||||
.item
|
||||
.meta_plugins
|
||||
.clone()
|
||||
.unwrap_or_default();
|
||||
.clone();
|
||||
|
||||
let mut meta_plugin_types = Vec::new();
|
||||
for name in meta_plugin_names {
|
||||
|
||||
Reference in New Issue
Block a user