diff --git a/project.py b/project.py index 992a0c0..983fbc1 100644 --- a/project.py +++ b/project.py @@ -2512,7 +2512,6 @@ class Project(object): if m.Has(key, include_defaults=False): self.config.SetString(key, m.GetString(key)) self.config.SetString('filter.lfs.smudge', 'git-lfs smudge --skip -- %f') - self.config.SetString('filter.lfs.process', 'git-lfs filter-process --skip') self.config.SetBoolean('core.bare', True if self.manifest.IsMirror else None) except Exception: if init_obj_dir and os.path.exists(self.objdir):