From dff862eb5b09cbf70be5b4b50be3872de2c43508 Mon Sep 17 00:00:00 2001
From: "Stephen A. Wood" <saw@jlab.org>
Date: Wed, 20 Dec 2017 12:55:33 -0500
Subject: [PATCH] Don't print all the parameters in THcRun::Print()   It was a
 stupid idea

---
 src/THcRun.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/THcRun.cxx b/src/THcRun.cxx
index 8ae85e5..449a1f8 100644
--- a/src/THcRun.cxx
+++ b/src/THcRun.cxx
@@ -62,7 +62,7 @@ THcRun::~THcRun()
 void THcRun::Print( Option_t* opt ) const
 {
   THaRun::Print( opt );
-  fHcParms->Print();
+  //  fHcParms->Print();
 }
 
 ClassImp(THaRun)
-- 
GitLab