From 8d9d42dce8a2aff5afc1b7116cb0a1e893e8603f Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Thu, 7 Mar 2019 16:15:30 -0500 Subject: [PATCH] remove raise --- app/views/categories/show.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/categories/show.html.haml b/app/views/categories/show.html.haml index c3b48585..a4f0e57e 100644 --- a/app/views/categories/show.html.haml +++ b/app/views/categories/show.html.haml @@ -37,7 +37,6 @@ %p No data is displayed for this measure because of insufficient responses. - unless @school.district.name == "Boston" && @category.slug == "effective-leadership-scale" - - raise "HI" - if @child_school_categories.present? .row = render @child_school_categories