chore(frontends/lean/elaborator): remove verbose trace message
This commit is contained in:
parent
59ce650033
commit
8d51607ea0
1 changed files with 0 additions and 3 deletions
|
|
@ -1053,9 +1053,6 @@ expr elaborator::visit_default_app_core(expr const & _fn, arg_mask amask, buffer
|
|||
|
||||
expr r = mk_app(fn, new_args.size(), new_args.data());
|
||||
if (expected_type) {
|
||||
trace_elab_debug(tout() << "application\n " << r << "\nhas type\n " <<
|
||||
type << "\nexpected\n " << *expected_type << "\nfunction type:\n " <<
|
||||
fn_type << "\n";);
|
||||
if (auto new_r = ensure_has_type(r, instantiate_mvars(type), *expected_type, ref)) {
|
||||
return *new_r;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue