From b49c5eca8227e5ea36c22945461201b198a58cbe Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Sun, 5 Jan 2020 16:58:28 -0600
Subject: [PATCH] Remove google analytics tracking for dev

---
 config.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index fc58055..6ced8a8 100644
--- a/config.toml
+++ b/config.toml
@@ -19,7 +19,7 @@ paginate = 10
   department = "Department of Urology"
   dsite = "https://www.utsouthwestern.edu/education/medical-school/departments/urology/"
   description = "Investigating lower urinary tract biology"
-  googleAnalytics = "UA-120971283-2"
+  # googleAnalytics = "UA-120971283-2"
   # CSS name for highlight.js
   highlightjs = "androidstudio"
   highlightjs_extra_languages = ["yaml"]
-- 
GitLab