Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-01-21 21:53:34 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-01-26 15:56:22 +0300
commitc0403234193dcb2033bd57160bb0ab6893bb8d77 (patch)
tree8fe69441d5b77de5fe643da79df93eb311e53356 /app/services
parent6dd88e090e94f7f36fafd3e35c35a2868f89eebe (diff)
Move Gitlab::BitbucketImport::KeyDeleter to it's own importer
Diffstat (limited to 'app/services')
-rw-r--r--app/services/projects/import_service.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/services/projects/import_service.rb b/app/services/projects/import_service.rb
index 7a9508ef085..2015897dd19 100644
--- a/app/services/projects/import_service.rb
+++ b/app/services/projects/import_service.rb
@@ -49,10 +49,6 @@ module Projects
unless importer.execute
raise Error, 'The remote data could not be imported.'
end
-
- if project.import_type == 'bitbucket'
- Gitlab::BitbucketImport::KeyDeleter.new(project).execute
- end
end
def has_importer?