Remove debug printout

This commit is contained in:
Victorious3 2023-03-01 15:30:20 +01:00
parent 11eb03cdf0
commit 9500deaf3d

View File

@ -205,13 +205,7 @@ public class ASTToTargetAST {
all.addAll(toAdd);
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) {