]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitamakeLib.ml
Removed debugging print.
[helm.git] / 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