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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-05 17:55:55 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-05 17:59:03 +0300
commite5a7ed3ac36aaa1045353e589dae98a29ca72f1e (patch)
treecbcc99d6d2bff548f739e9e196b0001fed8dc878 /lib/gitlab/gon_helper.rb
parent12fbce2eacdfbbc9bca7f7eaca6e5679ee1aaffd (diff)
Review changes
Diffstat (limited to 'lib/gitlab/gon_helper.rb')
-rw-r--r--lib/gitlab/gon_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb
index 848b3352c63..26473f99bc3 100644
--- a/lib/gitlab/gon_helper.rb
+++ b/lib/gitlab/gon_helper.rb
@@ -12,7 +12,6 @@ module Gitlab
gon.katex_js_url = ActionController::Base.helpers.asset_path('katex.js')
gon.sentry_dsn = current_application_settings.clientside_sentry_dsn if current_application_settings.clientside_sentry_enabled
gon.gitlab_url = Gitlab.config.gitlab.url
- gon.is_production = Rails.env.production?
if current_user
gon.current_user_id = current_user.id