Skip to content

Commit

Permalink
-rmoved debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alemon-aquaveo authored and Tsubashi committed Dec 4, 2018
1 parent 7b602a4 commit 1b3e3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmscore/python/misc/PyUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ py::iterable PyIterFromVecPt3d2d(const VecPt3d2d& vecPt3d2d)
{
py::tuple pt3d2d(vecPt3d2d.size());
for (int i = 0; i < vecPt3d2d.size(); i++) {
std::cout << "Iter" << std::endl;
auto inside_poly = vecPt3d2d[i];
py::array_t<double, py::array::c_style> poly_points = xms::PyIterFromVecPt3d(inside_poly);
pt3d2d[i] = poly_points;
Expand Down

0 comments on commit 1b3e3b2

Please sign in to comment.