diff --git a/scripts/gen_ref_pages.py b/scripts/gen_ref_pages.py index 382fa69aa..2806bf116 100644 --- a/scripts/gen_ref_pages.py +++ b/scripts/gen_ref_pages.py @@ -11,7 +11,6 @@ root = Path(__file__).parent.parent src = root / "src" src_ragas = root / "src" / "ragas" -#ok lets test this logger.info("Generating code reference pages for %s with root %s", src, root) for path in sorted(src.rglob("*.py")):