From 25ba5686d75c709df7bbcdabf48090286c36c42d Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Thu, 16 May 2024 06:56:37 -0700 Subject: [PATCH] Align with upstream --- src/python/repo.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/python/repo.py b/src/python/repo.py index 9896d4e791..d507b3579d 100755 --- a/src/python/repo.py +++ b/src/python/repo.py @@ -215,14 +215,6 @@ def clone_repo(self) -> None: with lock: if self.repo_path.exists(): return - print( - "Cloning", - self.repo_slug, - "to", - self.repo_path, - "because:", - self.repo_path.exists(), - ) try: clone_repo(self.repo_slug, self.repo_path) except Exception as e: