summaryrefslogtreecommitdiff
path: root/app/services/projects
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-01-21 16:53:34 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-01-26 10:56:22 -0200
commitc0403234193dcb2033bd57160bb0ab6893bb8d77 (patch)
tree8fe69441d5b77de5fe643da79df93eb311e53356 /app/services/projects
parent6dd88e090e94f7f36fafd3e35c35a2868f89eebe (diff)
downloadgitlab-ce-c0403234193dcb2033bd57160bb0ab6893bb8d77.tar.gz
Move Gitlab::BitbucketImport::KeyDeleter to it's own importer
Diffstat (limited to 'app/services/projects')
-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?