From: Claudio Sacerdoti Coen Date: Fri, 10 Jun 2005 14:11:59 +0000 (+0000) Subject: debugging to false X-Git-Tag: PRE_STORAGE~79 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=bb49c457d64878ed9611656f620548b5151e5dbd;p=helm.git debugging to false --- diff --git a/helm/ocaml/cic_unification/coercGraph.ml b/helm/ocaml/cic_unification/coercGraph.ml index d7454925a..fa18530e5 100644 --- a/helm/ocaml/cic_unification/coercGraph.ml +++ b/helm/ocaml/cic_unification/coercGraph.ml @@ -25,7 +25,7 @@ open Printf;; -let debug = true +let debug = false let debug_print = if debug then prerr_endline else ignore (* searches a coercion fron src to tgt in the !coercions list *)