diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb
index 1257fbd..74ec69d 100644
--- a/app/views/layouts/_footer.html.erb
+++ b/app/views/layouts/_footer.html.erb
@@ -9,8 +9,4 @@
-<% if Rails.env.production? %>
-
-
-
-<% end %>
\ No newline at end of file
+
diff --git a/app/views/layouts/_rsidebar.html.erb b/app/views/layouts/_rsidebar.html.erb
index a180d11..6bff4e5 100644
--- a/app/views/layouts/_rsidebar.html.erb
+++ b/app/views/layouts/_rsidebar.html.erb
@@ -1,7 +1,6 @@
<% if Rails.env.production? %>
-
-
+
<% end %>
diff --git a/app/views/tournaments/bracket.html.erb b/app/views/tournaments/bracket.html.erb
index 59bc0f2..15de51f 100644
--- a/app/views/tournaments/bracket.html.erb
+++ b/app/views/tournaments/bracket.html.erb
@@ -20,4 +20,9 @@
<% end %>
<% if @bracketType == "fourPoolsToSemi" %>
<%= render 'fourPoolSemiBracket' %>
+<% end %>
+<% if Rails.env.production? %>
+
+
+
<% end %>
\ No newline at end of file