diff options
author | Ahmad Hassan <ahmad.hassan612@gmail.com> | 2018-05-04 16:02:01 +0200 |
---|---|---|
committer | Ahmad Hassan <ahmad.hassan612@gmail.com> | 2018-05-15 16:43:04 +0300 |
commit | fb54eb76ee79121f2aeb480944e6d0552100743b (patch) | |
tree | 991a4f44e16225d87b9c881a0c7136fad67b0f04 /lib/backup | |
parent | 3b5e9f0608fac06b6c5f39a036efa3c1d82cc6f5 (diff) | |
download | gitlab-ce-fb54eb76ee79121f2aeb480944e6d0552100743b.tar.gz |
Remove useless print line
Diffstat (limited to 'lib/backup')
-rw-r--r-- | lib/backup/repository.rb | 1 |
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? |