Skip to content
Snippets Groups Projects
Commit b4272d71 authored by dohan's avatar dohan
Browse files

remove print of strack trace

parent a339e63b
Branches
Tags
No related merge requests found
...@@ -474,7 +474,6 @@ public class TypeChecker extends BuiltInOPs implements ASTConstants, BBuildIns, ...@@ -474,7 +474,6 @@ public class TypeChecker extends BuiltInOPs implements ASTConstants, BBuildIns,
try { try {
found = found.unify(expected); found = found.unify(expected);
} catch (UnificationException e) { } catch (UnificationException e) {
e.printStackTrace();
throw new TypeErrorException(String.format( throw new TypeErrorException(String.format(
"Expected %s, found %s at definition '%s',%n%s", "Expected %s, found %s at definition '%s',%n%s",
expected, found, def.getName(), n.getLocation())); expected, found, def.getName(), n.getLocation()));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment