diff --git a/sw/lib/ocaml/ivy/examples/ivyprobe.ml b/sw/lib/ocaml/ivy/examples/ivyprobe.ml index 82ec1e8c3a..4831ef58b6 100644 --- a/sw/lib/ocaml/ivy/examples/ivyprobe.ml +++ b/sw/lib/ocaml/ivy/examples/ivyprobe.ml @@ -37,6 +37,4 @@ let init = fun () -> Printf.printf "\nEnd of file to stop\n\n"; flush stdout; - IvyLoop.timer (-1) 1000 (fun _ -> Ivy.send "Coucou"); - ignore (Ivy.bind print_message !regexp)