aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toplevel/vernacentries.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index 5577db4ff9..541422261c 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -835,8 +835,7 @@ let vernac_global_check c =
let j = Safe_typing.typing senv c in
msg (print_safe_judgment env j)
-let vernac_print p =
- if Options.is_verbose () then match p with
+let vernac_print = function
| PrintTables -> print_tables ()
| PrintLocalContext -> msg (print_local_context ())
| PrintFullContext -> msg (print_full_context_typ ())