Skip to content

Commit

Permalink
Remove debugging comments
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Jul 25, 2023
1 parent 3d5f8c7 commit 34e6ff3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/SerialIOTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2837,19 +2837,6 @@ struct LoadDataset
{
auto chunk = rc.loadChunk<T>();
rc.seriesFlush();
// std::cout << "Successfully loaded mask" << std::endl;
// for (size_t i = 0; i < rc.getExtent()[0]; ++i)
// {
// if constexpr (std::is_convertible_v<T, int>)
// {
// std::cout << int(chunk.get()[i]) << ", ";
// }
// else
// {
// std::cout << chunk.get()[i] << ", ";
// }
// }
// std::cout << std::endl;
}

static constexpr char const *errorMsg = "LoadDataset";
Expand Down

0 comments on commit 34e6ff3

Please sign in to comment.