We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9d01a commit c63fc6fCopy full SHA for c63fc6f
1 file changed
Source/Processors/RecordNode/HDF5FileFormat.cpp
@@ -98,7 +98,7 @@ int HDF5FileBase::open(bool newfile, int nChans)
98
if (nChans > 0)
99
{
100
props.setCache(0, 809, 8 * 2 * 640 * nChans, 1);
101
- std::cout << "opening HDF5 " << getFileName() << " with nchans: " << nChans << std::endl;
+ //std::cout << "opening HDF5 " << getFileName() << " with nchans: " << nChans << std::endl;
102
}
103
104
if (newfile) accFlags = H5F_ACC_TRUNC;
0 commit comments