summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/project.py b/project.py
index a84857e6..cdce1e84 100644
--- a/project.py
+++ b/project.py
@@ -1872,11 +1872,6 @@ class Project(object):
1872 time.sleep(random.randint(30, 45)) 1872 time.sleep(random.randint(30, 45))
1873 1873
1874 if initial: 1874 if initial:
1875 # Ensure that some refs exist. Otherwise, we probably aren't looking
1876 # at a real git repository and may have a bad url.
1877 if not self.bare_ref.all:
1878 ok = False
1879
1880 if alt_dir: 1875 if alt_dir:
1881 if old_packed != '': 1876 if old_packed != '':
1882 _lwrite(packed_refs, old_packed) 1877 _lwrite(packed_refs, old_packed)