From 6133886ede659b3950ffd52b97bcbad38c6bb268 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Wed, 4 Aug 2021 15:13:54 -0500
Subject: [PATCH] Turned off debug at top of compact file

---
 athena.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/athena.xml b/athena.xml
index 42064848..89f8c620 100644
--- a/athena.xml
+++ b/athena.xml
@@ -3,13 +3,13 @@
        xs:noNamespaceSchemaLocation="http://www.lcsim.org/schemas/compact/1.0/compact.xsd">
 
        <debug>
-         <type name="surface"       value="1"/>
-         <type name="material"       value="1"/>
-         <type name="readout"       value="1"/>
-         <type name="segmentation"  value="1"/>
-         <type name="limits"        value="1"/>
-         <type name="region"        value="1"/>
-         <type name="includes"      value="1"/>
+         <type name="surface"       value="0"/>
+         <type name="material"      value="0"/>
+         <type name="readout"       value="0"/>
+         <type name="segmentation"  value="0"/>
+         <type name="limits"        value="0"/>
+         <type name="region"        value="0"/>
+         <type name="includes"      value="0"/>
        </debug>
 
   <documentation level="-1">
-- 
GitLab