aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-07-08 15:09:11 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-07-08 15:09:11 +0000
commit33c70d36141ef619825ca8746b6d4ae170db7c41 (patch)
tree2c181fb5ed7d0d602a35b6ccfb379981f7eaec35
parent826ad396a6bdc7bf55b4364a4c67dc9bbcddf525 (diff)
forgotten debug printf in coqmktop (anyway, can be obtained by -echo)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11215 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--scripts/coqmktop.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/coqmktop.ml b/scripts/coqmktop.ml
index f6d4709fe..ef869a17e 100644
--- a/scripts/coqmktop.ml
+++ b/scripts/coqmktop.ml
@@ -318,7 +318,6 @@ let main () =
(string_of_int (String.length command)) ^ " characters)");
flush Pervasives.stdout
end;
- print_string command;
let retcode = Sys.command command in
clean main_file;
(* command gives the exit code in HSB, and signal in LSB !!! *)