From afde811cd8ac8fdfebf169dfb1196493e42bbba1 Mon Sep 17 00:00:00 2001 From: Andrea Asperti Date: Fri, 22 Jul 2005 13:54:08 +0000 Subject: [PATCH] Removed debugging print. --- helm/matita/matitamakeLib.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm/matita/matitamakeLib.ml b/helm/matita/matitamakeLib.ml index d95bfdbad..48d669628 100644 --- a/helm/matita/matitamakeLib.ml +++ b/helm/matita/matitamakeLib.ml @@ -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 -- 2.39.2