diff --git a/src/intelligent_health_checker.py b/src/intelligent_health_checker.py index 027b3997..dc604fb5 100644 --- a/src/intelligent_health_checker.py +++ b/src/intelligent_health_checker.py @@ -326,7 +326,6 @@ async def main(): await cleaner.validate_links_tiered() log_event("STARTING NAVIGATION & REORGANIZATION AUDIT...", section_break=True) - await cleaner.curator.audit_navigation() await cleaner.curator.suggest_reorganization() await cleaner.apply_changes()