chore: remove unnecessary commands

This commit is contained in:
Leonardo de Moura 2020-01-09 09:45:07 -08:00
parent 984257af29
commit 923bd321ef

View file

@ -494,8 +494,6 @@ fun stx => do
e ← Term.elabTerm term none;
Term.synthesizeSyntheticMVars false;
type ← Term.inferType stx.val e;
e ← Term.instantiateMVars stx.val e;
type ← Term.instantiateMVars stx.val type;
logInfo stx.val (e ++ " : " ++ type);
pure ()