Skip to content
Snippets Groups Projects
Commit c6a48025 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-561: Remove debug log message because the code works

parent af1783a5
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,6 @@
#include <Common/LofarConstants.h>
#include "CommonLofarAttributes.h"
#include <sstream>
namespace LOFAR
{
namespace Cobalt
......@@ -57,21 +54,6 @@ namespace LOFAR
{
LOG_INFO_STR("TBB: Created HDF5 file " << LOFAR::basename(h5Filename));
// Debug CentralFreqs
std::ostringstream s;
for(const auto& freq: allSubbandCentralFreqs)
{
s << "f["
<< freq.first
<< "] = "
<< freq.second
<< "Hz, ";
}
LOG_INFO_STR("*** TBB: size of central freqs input = "
<< allSubbandCentralFreqs.size()
<< ", values = "
<< s.str());
writeCommonLofarAttributes(itsH5File, parset);
initTBB_RootAttributesAndGroups(stationName);
}
......
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