Remove useless print line

This commit is contained in:
Ahmad Hassan 2018-05-04 16:02:01 +02:00
parent 3b5e9f0608
commit fb54eb76ee
1 changed files with 0 additions and 1 deletions

View File

@ -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?