Skip to content
Snippets Groups Projects
Commit fb54eb76 authored by Ahmad Hassan's avatar Ahmad Hassan
Browse files

Remove useless print line

parent 3b5e9f06
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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?
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment