fixed debug output

This commit is contained in:
Jindra Pet��k
2013-08-11 22:44:03 +02:00
parent 7eca256e3c
commit 9c979f1990
2 changed files with 2 additions and 2 deletions
@@ -597,7 +597,7 @@ public class Graph {
}
System.out.println("</loops>");*/
getPrecontinues(localData, null, heads.get(0), loops, null);
System.err.println("<loopspre>");
/*System.err.println("<loopspre>");
for (Loop el : loops) {
System.err.println(el);
}