Skip to content
Snippets Groups Projects
Commit f801647d authored by Jan David Mol's avatar Jan David Mol
Browse files

COB-4: Reduce DEBUG log spam

parent e9f9ac70
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -108,7 +108,7 @@ namespace LOFAR
// marshall flags to GPU host buffer
computeMaskTimer.start();
for(unsigned station = 0; station < nrSTABs; ++station) {
LOG_DEBUG_STR("Flags for block " << blockId << ", station " << station << ": " << channelFlags[station]);
//LOG_DEBUG_STR("Flags for block " << blockId << ", station " << station << ": " << channelFlags[station]);
channelFlags[station].toByteset(hostMask.get<char>() + station * nrSamplesPerChannel, nrSamplesPerChannel);
}
computeMaskTimer.stop();
......
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