1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

debug code cleaning

This commit is contained in:
Antonin Portelli 2017-01-18 17:39:59 -08:00
parent f599cb5b17
commit 4be08ebccc

View File

@ -100,12 +100,4 @@ void Hdf5Reader::readDefault(const std::string &s, std::string &x)
x.resize(strType.getSize());
attribute.read(strType, &(x[0]));
std::cout << "length: " << strType.getSize() << std::endl;
std::cout << "string: |";
for (auto &c: x)
{
std::cout << "'" << c << "'|";
}
std::cout << std::endl;
}