From 80c98443ff82b3b02da4f2afb1d3561d6e9f8bac Mon Sep 17 00:00:00 2001 From: Paul Arterburn Date: Sat, 5 Oct 2024 14:07:40 -0600 Subject: [PATCH] Remove GA Tracking --- config/environments/production.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 29f7bce8..6b85b4d4 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -123,6 +123,4 @@ protocol: 'https', host: ENV['MAIN_DOMAIN'] } - - GA.tracker = ENV['GOOGLE_ANALYTICS_ID'] end