From 33c70d36141ef619825ca8746b6d4ae170db7c41 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 8 Jul 2008 15:09:11 +0000 Subject: 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 --- scripts/coqmktop.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/coqmktop.ml b/scripts/coqmktop.ml index f6d4709fe8..ef869a17e0 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 !!! *) -- cgit v1.2.3