Hack: don't log types in Michelson typecheck_code

This commit is contained in:
Tom Jack 2020-03-05 10:27:34 -06:00
parent 1e77bd82c8
commit fe84d21208

View File

@ -5325,8 +5325,6 @@ let typecheck_code :
})
ctxt
~legacy
~type_logger:(fun loc bef aft ->
type_map := (loc, (bef, aft)) :: !type_map)
(arg_type_full, None)
ret_type_full
code_field