forked from JavaTX/JavaCompilerCore
Remove debug printout
This commit is contained in:
parent
11eb03cdf0
commit
9500deaf3d
@ -205,13 +205,7 @@ public class ASTToTargetAST {
|
|||||||
all.addAll(toAdd);
|
all.addAll(toAdd);
|
||||||
|
|
||||||
HashSet<PairTPHsmallerTPH> newPairs = new HashSet<>();
|
HashSet<PairTPHsmallerTPH> newPairs = new HashSet<>();
|
||||||
|
|
||||||
System.out.println("XXXX");
|
|
||||||
System.out.println(typeVariables);
|
|
||||||
System.out.println(typeVariablesOfClass);
|
|
||||||
System.out.println(simplifiedConstraints);
|
|
||||||
System.out.println(result);
|
|
||||||
System.out.println("XXXX");
|
|
||||||
// Loop from hell
|
// Loop from hell
|
||||||
outer:
|
outer:
|
||||||
for (var tph : typeVariables) {
|
for (var tph : typeVariables) {
|
||||||
|
Loading…
Reference in New Issue
Block a user