Skip to content

Commit

Permalink
Remove errant print debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed May 6, 2024
1 parent 6cb02d9 commit da4a15d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libtiledbsoma/src/soma/managed_query.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ class ManagedQuery {
void select_points(const std::string& dim, const std::vector<T>& points) {
subarray_range_set_ = true;
subarray_range_empty_[dim] = true;
std::cout << "ManagedQuery::select_points " << dim << std::endl;
for (auto& point : points) {
std::cout << dim << ": " << point << std::endl;
subarray_->add_range(dim, point, point);
Expand Down

0 comments on commit da4a15d

Please sign in to comment.