forked from JavaTX/JavaCompilerCore
Remove debug printout
This commit is contained in:
parent
11eb03cdf0
commit
9500deaf3d
@ -206,12 +206,6 @@ public class ASTToTargetAST {
|
||||
|
||||
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
|
||||
outer:
|
||||
for (var tph : typeVariables) {
|
||||
|
Loading…
Reference in New Issue
Block a user