From 3266ee528bbb9736a90cf6a4a00860471620df67 Mon Sep 17 00:00:00 2001
From: "Stephen A. Wood" <saw@jlab.org>
Date: Thu, 7 Feb 2013 13:50:48 -0500
Subject: [PATCH] Comment out obnoxious debugging statement

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

diff --git a/src/THcDriftChamberPlane.cxx b/src/THcDriftChamberPlane.cxx
index f836582..cae6563 100644
--- a/src/THcDriftChamberPlane.cxx
+++ b/src/THcDriftChamberPlane.cxx
@@ -188,7 +188,7 @@ Int_t THcDriftChamberPlane::ProcessHits(TClonesArray* rawhits, Int_t nexthit)
   // Would be nice to have a way to determine that the hodoscope decode was
   // actually called for this event.
   if( fglHod ) StartTime = fglHod->GetStartTime();
-  cout << "Start time " << StartTime << endl;
+  //cout << "Start time " << StartTime << endl;
 
   //Int_t nTDCHits=0;
   fHits->Clear();
-- 
GitLab