@@ -963,6 +963,7 @@ impl Variants {
.par_iter()
.flat_map(|v| {
if v.is_from_category(and_categories) {
+ info!("j");
vec![v]
} else {
vec![]