diff --git a/git/db.py b/git/db.py index 3f496a979..bf0de40de 100644 --- a/git/db.py +++ b/git/db.py @@ -30,10 +30,6 @@ class GitCmdObjectDB(LooseObjectDB): objects, pack files and an alternates file. It will create objects only in the loose object database. - - :note: - For now, we use the git command to do all the lookup, just until we have packs - and the other implementations. """ def __init__(self, root_path: PathLike, git: "Git") -> None: