From bb49c457d64878ed9611656f620548b5151e5dbd Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 10 Jun 2005 14:11:59 +0000 Subject: [PATCH] debugging to false --- helm/ocaml/cic_unification/coercGraph.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *) -- 2.39.2