fix: remove dbg statement

This commit is contained in:
steven-omaha
2023-05-23 17:47:58 +02:00
parent 9f4a5e4b48
commit 008892b7ce
-1
View File
@@ -61,7 +61,6 @@ fn get_edit(args: &clap::ArgMatches) -> Edit {
}
fn get_groups(args: &clap::ArgMatches) -> Groups {
dbg!(&args);
Groups(
args.get_many::<String>("groups")
.expect(ARGS_CONSISTENT)