summaryrefslogtreecommitdiff
path: root/lib/backup/repository.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backup/repository.rb')
-rw-r--r--lib/backup/repository.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/backup/repository.rb b/lib/backup/repository.rb
index 42d7fe570ec..d068d1f66c4 100644
--- a/lib/backup/repository.rb
+++ b/lib/backup/repository.rb
@@ -90,7 +90,6 @@ module Backup
def restore
prepare_directories
Project.find_each(batch_size: 1000) do |project|
- progress.print " * #{display_repo_path(project)} ... "
path_to_project_bundle = path_to_bundle(project)
project.repository.create_from_bundle path_to_project_bundle unless project.repository_exists?