ref: 7be5d13a28a8424b4f0275a65fe0c896df1e9bf4
parent: 258ebf372f0e64f10b42dbc537417a33b2bad60d
author: Ori Bernstein <[email protected]>
date: Wed Jun 6 21:37:20 EDT 2012
Remove unneded debug print.
--- a/parse/infer.c
+++ b/parse/infer.c
@@ -506,7 +506,6 @@
t->sub[i] = tyfin(ctx, t->sub[i]);
}
if (t->type == Tyvar || t->type == Tyidxhack) {
- dump(ctx, stdout);
fatal(t->line, "underconstrained type %s near %s", tyfmt(buf, 1024, t), ctxstr(ctx));
}