diff options
Diffstat (limited to 'plugins/funind/invfun.ml')
| -rw-r--r-- | plugins/funind/invfun.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/funind/invfun.ml b/plugins/funind/invfun.ml index b0897c61e5..b463b6c27b 100644 --- a/plugins/funind/invfun.ml +++ b/plugins/funind/invfun.ml @@ -55,10 +55,10 @@ let observe strm = then Pp.msgnl strm else () -let observennl strm = +(*let observennl strm = if do_observe () then begin Pp.msg strm;Pp.pp_flush () end - else () + else ()*) let do_observe_tac s tac g = |
