diff --git a/prism/src/parser/ast/Property.java b/prism/src/parser/ast/Property.java index 65ee4a50..d0912f2a 100644 --- a/prism/src/parser/ast/Property.java +++ b/prism/src/parser/ast/Property.java @@ -402,8 +402,6 @@ public class Property extends ASTElement } while(m.find()); List liResult = ((TileList) result).getRealPoints(); - System.out.println("a: " + liExpected.toString()); - System.out.println("b: " + liResult.toString()); if (liResult.size() != liExpected.size()) throw new PrismException("The expected Pareto curve and the computed Pareto curve have a different number of points.");