diff --git a/gtsam_unstable/nonlinear/tests/testSQPSimple.cpp b/gtsam_unstable/nonlinear/tests/testSQPSimple.cpp index 19e9205cc..94e7b08e4 100644 --- a/gtsam_unstable/nonlinear/tests/testSQPSimple.cpp +++ b/gtsam_unstable/nonlinear/tests/testSQPSimple.cpp @@ -360,7 +360,6 @@ TEST(testSQPSimple, poseWithinA2DBox) { Values actualSolution = sqpSimple.optimize(initialValues).first; CHECK(assert_equal(expectedSolution, actualSolution, 1e-10)); - //TODO: remove printing, refactoring, } //******************************************************************************