Skip to content

Commit 4c68430

Browse files
Elle Meredithelle
authored andcommitted
Remove temp checks for ENV variables
1 parent 2c0d26a commit 4c68430

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/views/layouts/application.html.erb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
<meta property="og:site_name" content="Buildkite" />
3939
<meta property="og:locale" content="en_US" />
4040

41-
<meta name="testing-render-env-var" content="<%= ENV['RENDER_PR_APP'] %>" />
42-
<meta name="testing-docker-compose-env-var" content="<%= ENV['SEGMENT_ENV'] %>" />
43-
<meta name="testing-rails-env-var" content="<%= ENV['RAILS_ENV'] %>" />
44-
4541
<%= render 'layouts/analytics', application: 'docs', title: "Docs / #{content_for(:page_title)}", logged_in: probably_authenticated? %>
4642

4743
<% if ENV.fetch("ROBOTS_NO_INDEX") { "false" } == "true" %>

0 commit comments

Comments
 (0)