Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf committed Apr 24, 2024
1 parent 4829811 commit d4d4323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ ThreePointSomaStatus checkNeuroMorphoSoma(const std::array<Point, 3>& points, fl
}

const size_t col = !column_mask[0] ? 0 : !column_mask[1] ? 1 : 2;
std::cout << "asdf\n";

if (!(withinTolerance(points[0][col], points[1][col] - radius) &&
withinTolerance(points[0][col], points[2][col] + radius)) &&
Expand Down

0 comments on commit d4d4323

Please sign in to comment.