diff --git a/src/scanner/runner.rs b/src/scanner/runner.rs index f8dae87..63f7bee 100644 --- a/src/scanner/runner.rs +++ b/src/scanner/runner.rs @@ -96,9 +96,6 @@ pub async fn run_async_scan( } } - // if input_roots.is_empty() { - // bail!("No inputs to scan"); - // } let shared_profiler = Arc::new(ConcurrentRuleProfiler::new()); let enable_profiling = args.rule_stats; let matcher_stats = Mutex::new(MatcherStats::default());