<% flash.each do |type, messages| %>
- <%= Time.now %>
<% Array(messages).each do |message| %>
<%= message %>
diff --git a/app/views/layouts/components/_flashbar.html.erb b/app/views/layouts/components/_flashbar.html.erb
index cffc179..841d8b3 100644
--- a/app/views/layouts/components/_flashbar.html.erb
+++ b/app/views/layouts/components/_flashbar.html.erb
@@ -1,21 +1,8 @@
-
- <%#
-
-
-
- super long sentence which should wrap at least once or various lines.
- super long sentence which should wrap at least once or various lines.
-
-
-
- %>
<%= render 'layouts/components/flash' %>