<% if Rails.env.production? %>
<% if !user_signed_in? %> <% if !current_page?(root_url) and !current_page?(new_user_session_url) and !params[:print] %> <% end %> <% end %>
<% end %>