From 8fcceba4ccb7d9c1b5ba4aff1a40bc2cb17ce258 Mon Sep 17 00:00:00 2001
From: John Romein <romein@astron.nl>
Date: Thu, 7 Jun 2007 13:39:08 +0000
Subject: [PATCH] BugID: 225 Removed debug info.

---
 Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc b/Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc
index 9a56976316f..5aaf7003c12 100644
--- a/Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc
+++ b/Appl/CEP/CS1/CS1_Storage/src/WH_SubbandWriter.cc
@@ -279,7 +279,6 @@ namespace LOFAR
 
 	if ((itsTimeCounter + 1) % itsTimesToIntegrate == 0) {
 	  itsWriteTimer.start();
-std::clog << "CPU " << TH_MPI::getCurrentRank() << " writes sb " << sb << " to writer " << (sb / itsNrSubbandsPerMS) << ", band = " << itsBandIDs[sb] << std::endl;
 	  itsWriters[sb / itsNrSubbandsPerMS]->write(itsBandIDs[sb],
 	    itsFieldIDs[sb / itsNrSubbandsPerMS], 0, itsNChannels,
 	    itsTimeCounter, itsNVisibilities,
-- 
GitLab