From faf2a9a9a29ebe17efff2721ce1abfd2c1dc4830 Mon Sep 17 00:00:00 2001 From: Stuart Olivera Date: Thu, 16 May 2019 22:51:25 -0400 Subject: [PATCH] [fix] Remove hard-coded debug flashes --- app/views/layouts/manage/_flashes.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/layouts/manage/_flashes.html.haml b/app/views/layouts/manage/_flashes.html.haml index f32b1f3e0..24cfd2132 100644 --- a/app/views/layouts/manage/_flashes.html.haml +++ b/app/views/layouts/manage/_flashes.html.haml @@ -1,6 +1,3 @@ -- flash[:error] = 'This is a special error flash' -- flash[:notice] = 'This is a regular notice flash' - - if flash[:error].present? .alert.alert-danger.mt-3 %span.fa.fa-exclamation-triangle.icon-space-r-half