From 694c14feb992466e2432935c59e77f66a7799c56 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:35:14 +0100 Subject: [PATCH] Remove Plausible Analytics script from application layout --- app/views/layouts/application.html.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 9e68fa7b4..d235491a1 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -60,9 +60,6 @@ <% end %> - <% if Rails.env.production? && ENV["APP_HOST"].present? %> - - <% end %>