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:
authorJames Lopez <james@jameslopez.es>2016-04-01 18:50:50 +0300
committerJames Lopez <james@jameslopez.es>2016-04-01 18:50:50 +0300
commit43ee65e173cbb4f846c118c531f635dc0f8602ac (patch)
treea3993e0901ee90b7f1a45bb28ee606d38269d237 /lib/gitlab/fogbugz_import
parent255cd31652f1afda5cd1c075526bbe3ee56a708e (diff)
remove useless var
Diffstat (limited to 'lib/gitlab/fogbugz_import')
-rw-r--r--lib/gitlab/fogbugz_import/importer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/fogbugz_import/importer.rb b/lib/gitlab/fogbugz_import/importer.rb
index c88a44573a7..fffeb66ce26 100644
--- a/lib/gitlab/fogbugz_import/importer.rb
+++ b/lib/gitlab/fogbugz_import/importer.rb
@@ -241,7 +241,6 @@ module Gitlab
end
def build_attachment_url(rel_url)
- data = project.import_data.try(:data)
uri = import_data_credentials['fb_session']['uri']
token = import_data_credentials['fb_session']['token']
"#{uri}/#{rel_url}&token=#{token}"