Put back in the debugging line

This commit is contained in:
Mike Auty
2026-03-08 20:35:33 +00:00
parent 4de5482e1a
commit 98e2f7a1f5
+1 -1
View File
@@ -315,7 +315,7 @@ class WindowsIntelStacker(interfaces.automagic.StackerLayerInterface):
if valid_pointers >= 10:
# Do not consume the entire generator to enhance performance
return False
vollog.debug(f"Found {valid_pointers} valid pointers")
return True
hits = sorted(list(hits), key=sort_by_tests)