diff --git a/RTCP/Cobalt/OutputProc/src/TBB_Station.cc b/RTCP/Cobalt/OutputProc/src/TBB_Station.cc index 0663af9a47f0770a9530641ea630e57f3ad75bbb..a59398315991f9d60ff7734fa65483fd8b196072 100644 --- a/RTCP/Cobalt/OutputProc/src/TBB_Station.cc +++ b/RTCP/Cobalt/OutputProc/src/TBB_Station.cc @@ -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); }