Skip to content

Commit c63fc6f

Browse files
committed
Remove debug lines
1 parent ea9d01a commit c63fc6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Processors/RecordNode/HDF5FileFormat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ int HDF5FileBase::open(bool newfile, int nChans)
9898
if (nChans > 0)
9999
{
100100
props.setCache(0, 809, 8 * 2 * 640 * nChans, 1);
101-
std::cout << "opening HDF5 " << getFileName() << " with nchans: " << nChans << std::endl;
101+
//std::cout << "opening HDF5 " << getFileName() << " with nchans: " << nChans << std::endl;
102102
}
103103

104104
if (newfile) accFlags = H5F_ACC_TRUNC;

0 commit comments

Comments
 (0)