From 36c6447f9de74039f374a49f9c29ce370fb45ee2 Mon Sep 17 00:00:00 2001 From: "Luke \"Jared\" Bennett" Date: Wed, 3 May 2017 14:28:42 +0100 Subject: [PATCH] [ci skip] remove accidental debug print --- app/views/layouts/_head.html.haml | 2 -- 1 file changed, 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 -- GitLab