summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-03 14:28:42 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-03 14:28:42 +0100
commit36c6447f9de74039f374a49f9c29ce370fb45ee2 (patch)
treeac64917be9395e46d0cf81e52e87e219846cc218
parent7788118c3d059ef93bcc49c1b6b6ec7d72faf8b5 (diff)
downloadgitlab-ce-36c6447f9de74039f374a49f9c29ce370fb45ee2.tar.gz
[ci skip] remove accidental debug print
-rw-r--r--app/views/layouts/_head.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index fa4d760a20e..afcc2b6e4f3 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -35,8 +35,6 @@
= webpack_bundle_tag "main"
= webpack_bundle_tag "raven" if current_application_settings.clientside_sentry_enabled
- = current_application_settings.clientside_sentry_enabled
-
- if content_for?(:page_specific_javascripts)
= yield :page_specific_javascripts