10
1
mirror of https://gitlab.com/scemama/qmcchem.git synced 2024-08-29 06:22:00 +02:00

Removed debugging print

This commit is contained in:
Anthony Scemama 2016-04-05 12:07:02 +02:00
parent 0d5d317a85
commit 99c38c83f6

View File

@ -481,8 +481,6 @@ let run ezfio_filename dataserver =
Int.to_string (5*len)] ; ( select_n_of ~n:5 ~len rest ) ]
| _ -> message
in
let f = fun x -> x in
Printf.printf "%s\n%s\n\n%!" (List.to_string ~f message) (List.to_string ~f new_message);
ZMQ.Socket.send_all push_socket new_message
in