diff --git a/app/views/tournaments/brackets.html.erb b/app/views/tournaments/brackets.html.erb
index a2dbf10..7e1c47d 100644
--- a/app/views/tournaments/brackets.html.erb
+++ b/app/views/tournaments/brackets.html.erb
@@ -1,6 +1,3 @@
-<% if Rails.env.production? %>
-
-<% end %>
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default" %>
diff --git a/app/views/tournaments/up_matches.html.erb b/app/views/tournaments/up_matches.html.erb
index 7b880aa..70e3eec 100644
--- a/app/views/tournaments/up_matches.html.erb
+++ b/app/views/tournaments/up_matches.html.erb
@@ -1,6 +1,3 @@
-<% if params[:print] == nil && Rails.env.production? %>
-
-<% end %>
<% cache ["#{@tournament.id}_up_matches", @tournament] do %>
<%= link_to "Back to #{@tournament.name}", "/tournaments/#{@tournament.id}", :class=>"btn btn-default"%>