Skip to content

Commit

Permalink
fix: remove leftover cout
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Dec 7, 2023
1 parent 8f22bf8 commit d4cdb70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions header-only/tests/test_1494-layout-builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1217,8 +1217,6 @@ test_Indexed() {
IndexedBuilder<uint32_t, NumpyBuilder<double>> builder;
assert(builder.length() == 0);

std::cout << "Executing test_Indexed";

auto& subbuilder = builder.append_index();
subbuilder.append(1.1);

Expand Down

0 comments on commit d4cdb70

Please sign in to comment.