Skip to content
Snippets Groups Projects
Commit 8fcceba4 authored by John Romein's avatar John Romein
Browse files

BugID: 225

Removed debug info.
parent ead97c8a
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment