Skip to content

Commit 9620baa

Browse files
authored
Remove ignored corner print
1 parent 23b7f8d commit 9620baa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mrcal_wrapper.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ mrcal_pose_t getSeedPose(const mrcal_point3_t *c_observations_board_pool,
308308
if (corner.z >= 0) {
309309
imagePoints.emplace_back(corner.x, corner.y);
310310
objectPoints.push_back(Point3f(j * squareSize, i * squareSize, 0));
311-
} else {
312-
std::printf("Ignoring %i,%i!\n", i, j);
313311
}
314312
}
315313
}

0 commit comments

Comments
 (0)