From e18231427bd94afc76ac709b8008b302dffd0268 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 20 Dec 2000 10:50:33 +0000 Subject: Non verbose par défaut git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1159 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/xml/xmlcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/xml/xmlcommand.ml b/contrib/xml/xmlcommand.ml index cbb25bed67..4aa22a71b3 100644 --- a/contrib/xml/xmlcommand.ml +++ b/contrib/xml/xmlcommand.ml @@ -14,7 +14,7 @@ let dtdname = "http://localhost:8081/getdtd?uri=cic.dtd";; let typesdtdname = "http://localhost:8081/getdtd?uri=cictypes.dtd";; -let verbose = ref true;; (* always set to true during a "Print XML All" *) +let verbose = ref false;; (* always set to true during a "Print XML All" *) (* UTILITY FUNCTIONS *) -- cgit v1.2.3