removed comment

release/4.3a0
krunalchande 2014-12-22 19:14:49 -05:00 committed by thduynguyen
parent b6d85e83ae
commit 2523fa2fe5
1 changed files with 0 additions and 1 deletions

View File

@ -360,7 +360,6 @@ TEST(testSQPSimple, poseWithinA2DBox) {
Values actualSolution = sqpSimple.optimize(initialValues).first;
CHECK(assert_equal(expectedSolution, actualSolution, 1e-10));
//TODO: remove printing, refactoring,
}
//******************************************************************************