Browse Source

Removing superfluous debugging output

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11057 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Vojtech Forejt 10 years ago
parent
commit
efff3c629b
  1. 2
      prism/src/parser/ast/Property.java

2
prism/src/parser/ast/Property.java

@ -402,8 +402,6 @@ public class Property extends ASTElement
} while(m.find());
List<Point> 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.");

Loading…
Cancel
Save