Skip to content

Commit ab25a02

Browse files
author
Gilles Sadowski
committed
Minor change: Remove spurious line.
1 parent 7be143d commit ab25a02

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/optim/linear/SimplexSolverTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,6 @@ public void testMath1674() throws Exception {
10471047

10481048
final PointValuePair resultOriginal = solve(c, constraints);
10491049
final double z1 = resultOriginal.getValue();
1050-
System.out.println("z1=" + z1); // XXX REMOVE
10511050

10521051
final List<LinearConstraint> shiftedConstraints = new ArrayList<>();
10531052
for (LinearConstraint cons : constraints) {

0 commit comments

Comments
 (0)