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:
parent
f599cb5b17
commit
4be08ebccc
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user