Skip to content

Commit

Permalink
Remove debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
aacuevas committed Aug 28, 2015
1 parent ea9d01a commit c63fc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Processors/RecordNode/HDF5FileFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ int HDF5FileBase::open(bool newfile, int nChans)
if (nChans > 0)
{
props.setCache(0, 809, 8 * 2 * 640 * nChans, 1);
std::cout << "opening HDF5 " << getFileName() << " with nchans: " << nChans << std::endl;
//std::cout << "opening HDF5 " << getFileName() << " with nchans: " << nChans << std::endl;
}

if (newfile) accFlags = H5F_ACC_TRUNC;
Expand Down

0 comments on commit c63fc6f

Please sign in to comment.