X-Git-Url: https://git.xandkar.net/?p=dups.git;a=blobdiff_plain;f=dups.ml;fp=dups.ml;h=e340a7889d72e389bbfa529b50054610bdadd7b0;hp=6628d99a4260ccecd0f2be5077ad557c3d99cc1d;hb=61d472efde52e15b47d8c65d4689432d88f59a85;hpb=eb6d0f387ce3495e4263d8dd0866bd0d41e476bc diff --git a/dups.ml b/dups.ml index 6628d99..e340a78 100644 --- a/dups.ml +++ b/dups.ml @@ -283,7 +283,6 @@ end = struct end let lord t ~njobs ~vassals ~ic ~ocs = - eprintf "[debug] [lord] started\n%!"; let active_vassals = ref njobs in let results = Queue.create () in let rec dispatch () = @@ -316,7 +315,6 @@ end = struct of_queue results let vassal i ~f ~vassal_pipe_r ~lord_pipe_w = - eprintf "[debug] [vassal %d] started\n%!" i; let ic = Unix.in_channel_of_descr vassal_pipe_r in let oc = Unix.out_channel_of_descr lord_pipe_w in let rec work msg =