From 1927fe19f297b04d0168d6d5cd757993a2710278 Mon Sep 17 00:00:00 2001
From: Abishek Karki <ak1508@msstate.edu>
Date: Thu, 15 Jun 2017 09:17:23 -0400
Subject: [PATCH] Eliminate print statement for tzero per wire in
 THcDriftChamberPlane::ReadDatabase

---
 src/THcDriftChamberPlane.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/THcDriftChamberPlane.cxx b/src/THcDriftChamberPlane.cxx
index e69bf13..eb0dd80 100644
--- a/src/THcDriftChamberPlane.cxx
+++ b/src/THcDriftChamberPlane.cxx
@@ -139,9 +139,9 @@ Int_t THcDriftChamberPlane::ReadDatabase( const TDatime& date )
     {0}
   };
   gHcParms->LoadParmValues((DBRequest*)&list3,prefix);
-  printf(" using tzero per wire plane = %s  nwires = %d  \n",GetName(),fNWires);
+    printf(" using tzero per wire plane = %s  nwires = %d  \n",GetName(),fNWires);
       for (Int_t iw=0;iw < fNWires;iw++) {
-	printf("%d  %f ",iw+1,fTzeroWire[iw]) ;
+	//	printf("%d  %f ",iw+1,fTzeroWire[iw]) ;
  	if ( iw!=0 && iw%8 == 0) printf("\n") ;
 	}
   } else {
-- 
GitLab