diff --git a/src/fr/inrialpes/exmo/align/impl/eval/PRGraphEvaluator.java b/src/fr/inrialpes/exmo/align/impl/eval/PRGraphEvaluator.java
index f37423e3df7c9dd0f16baf84774781c212fbcea7..90a6a4299de9b23cf56ce062d4b3586ea35c8e27 100644
--- a/src/fr/inrialpes/exmo/align/impl/eval/PRGraphEvaluator.java
+++ b/src/fr/inrialpes/exmo/align/impl/eval/PRGraphEvaluator.java
@@ -114,7 +114,7 @@ public class PRGraphEvaluator extends GraphEvaluator {
 	int nbcorrect = 0;
 	int nbfound = 0;
 	int increment = (STEP*nbexpected)/100; // 2010 should be computed with the total expected (in negrapheval)
-	System.err.println(" INCREMENT SET "+increment );
+	//System.err.println(" INCREMENT SET "+increment );
 	int next = 0;
 	points.add( new Pair( 0., 1. ) ); // [R=0%]
 	next += increment;
@@ -157,7 +157,7 @@ public class PRGraphEvaluator extends GraphEvaluator {
 	int nbfound = 0;
 	int increment = (STEP*nbexpected)/100; // 2010 should be computed with the total expected (in negrapheval)
 	Vector<Pair> inflexion = new Vector<Pair>();
-	System.err.println(" INCREMENT SET "+increment );
+	//System.err.println(" INCREMENT SET "+increment );
 	int next = 0;
 	// Collect the points that change recall
 	// (the other provide lower precision from the same recall and are not considered)