From: Enrico Tassi Date: Thu, 8 Nov 2007 12:33:11 +0000 (+0000) Subject: please, commit files with debug=false otherwise the distributed matita prints a ton... X-Git-Tag: 0.4.95@7852~38 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=ca502ca83c2db2358b256cf7489ec38dd8e3faf9 please, commit files with debug=false otherwise the distributed matita prints a ton of dust --- diff --git a/components/tactics/destructTactic.ml b/components/tactics/destructTactic.ml index 2ea9e047c..1344e978f 100644 --- a/components/tactics/destructTactic.ml +++ b/components/tactics/destructTactic.ml @@ -41,7 +41,7 @@ module ET = EqualityTactics module DTI = DoubleTypeInference module FNG = FreshNamesGenerator -let debug = true +let debug = false let debug_print = if debug then (fun x -> prerr_endline (Lazy.force x)) else (fun _ -> ())