From 9053e1360b6c73654479ada519b051febb827503 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 b64c1867b4..176e4b67a4 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: