Skip to content

Commit fd844d5

Browse files
author
juri
committed
Add option for min diff for shorter result list and tresholds
1 parent 4fd16f1 commit fd844d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

robusta_krr/core/runner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ async def _collect_result(self) -> Result:
384384
)
385385

386386
logger.info(f"Gathered {len(scans)} total scans, {len(successful_scans)} were valid, {len(filtered_scans)} met filter criteria.")
387-
# logger.info(successful_scans) # This can be very verbose if there are many scans
388-
389387

390388
if len(scans) == 0:
391389
logger.warning("Current filters resulted in no objects available to scan.")

0 commit comments

Comments
 (0)