From 9627ee199f491a57954ae303f89d5e72b1d1aeea Mon Sep 17 00:00:00 2001 From: v4n <105587619+v4n00@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:39:28 +0300 Subject: [PATCH] fix: pick variant wrong labels --- h2mm | 1 - 1 file changed, 1 deletion(-) diff --git a/h2mm b/h2mm index 6f2c5e5..54173a9 100755 --- a/h2mm +++ b/h2mm @@ -930,7 +930,6 @@ function mod_install() { for dir in "${all_dirs[@]}"; do if find "$dir" -maxdepth 1 -type f -name "*.patch_*" -print -quit | grep -q .; then filtered_dirs+=("$dir") - log INFO "Filtered dir: $dir" fi done