Commit fb54eb76 authored by Ahmad Hassan's avatar Ahmad Hassan

Remove useless print line

parent 3b5e9f06
......@@ -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?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment