Cleanup debug output

This commit is contained in:
Kris De Volder
2019-03-28 16:06:54 -07:00
parent 6b514c0831
commit 279850bd75

View File

@@ -112,7 +112,6 @@ public class ASTTypeCache implements ITypeCollector {
@Override
public void accept(Node node, YType type, YamlPath path) {
if (interestingTypes.contains(type)) {
System.out.println(path.toPropString() + " = " +NodeUtil.asScalar(node) +" :: "+type);
currentTypes.put(node, type);
}
}