From ff03399d0e9d882e162735ccb20f211601b6cfef Mon Sep 17 00:00:00 2001
From: Brian Canini <canini.16@osu.edu>
Date: Mon, 26 Aug 2019 15:59:07 -0400
Subject: [PATCH] turning debug off on production

---
 web/sites/default/services.pantheon.production.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/sites/default/services.pantheon.production.yml b/web/sites/default/services.pantheon.production.yml
index 343ddf6586..0fb6cd39a1 100644
--- a/web/sites/default/services.pantheon.production.yml
+++ b/web/sites/default/services.pantheon.production.yml
@@ -12,7 +12,7 @@
 #
 parameters:
   twig.config:
-    debug: true
+    debug: false
   session.storage.options:
     # Set session lifetime (in seconds), i.e. the time from the user's last
     # visit to the active session may be deleted by the session garbage
-- 
GitLab