]> matita.cs.unibo.it Git - helm.git/commitdiff
Removed debugging print.
authorAndrea Asperti <andrea.asperti@unibo.it>
Fri, 22 Jul 2005 13:54:08 +0000 (13:54 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Fri, 22 Jul 2005 13:54:08 +0000 (13:54 +0000)
helm/matita/matitamakeLib.ml

index d95bfdbad0a39f22b43460a6372aa6b51ee4b649..48d6696281248cda435447c4f59a55e38936668c 100644 (file)
@@ -213,7 +213,6 @@ let mk_maker refresh_cb =
     try 
       let argv = Array.of_list ("make"::args) in
       pid := Unix.create_process "make" argv Unix.stdin out_w err_w;
-let ch = open_out "/tmp/pippo" in output_string ch (String.concat " " ("make"::(Array.to_list argv)) ^ "\n"); flush ch; close_out ch;
       Unix.close out_w;
       Unix.close err_w;
       let buf = String.create 1024 in