disable stdout in serialization test

This commit is contained in:
Thomas Fussell 2017-09-08 13:58:50 -04:00
parent b0b43f6d8e
commit b7677d0783

View File

@ -480,7 +480,7 @@ public:
while (reader.has_cell())
{
const auto cell = reader.read_cell();
std::cout << cell.reference().to_string() << " " << cell.to_string() << std::endl;
//std::cout << cell.reference().to_string() << " " << cell.to_string() << std::endl;
}
const auto ws = reader.end_worksheet();