diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-28 17:52:18 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-28 17:52:18 +0100 |
commit | ca17e258a2233e18912529f33646db27edc58e25 (patch) | |
tree | 1ca30082b41f92d00aa324d3f858021ede7fead3 /app/views/layouts | |
parent | 6b6296e1cde034ed6a335890a44a2f7bc87d782d (diff) | |
download | gitlab-ce-ca17e258a2233e18912529f33646db27edc58e25.tar.gz |
Removed debug message
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/_head.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index 6123440b6e5..fa4d760a20e 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -35,7 +35,6 @@ = webpack_bundle_tag "main" = webpack_bundle_tag "raven" if current_application_settings.clientside_sentry_enabled - = 'LUKETEST' = current_application_settings.clientside_sentry_enabled - if content_for?(:page_specific_javascripts) |