[cleanup] Remove L.progress printing of creating results database

Reviewed By: jeremydubreil

Differential Revision: D5978826

fbshipit-source-id: 0ac19f1
master
Sam Blackshear 7 years ago committed by Facebook Github Bot
parent 32583aa876
commit c3564c94be

@ -100,8 +100,7 @@ let () = Epilogues.register "closing results database" ~f:db_close
let create_results_dir () =
Unix.mkdir_p Config.results_dir ;
L.setup_log_file () ;
if Sys.file_exists database_fullpath <> `Yes then (
Logging.progress "creating results database@." ; create_db () ) ;
if Sys.file_exists database_fullpath <> `Yes then create_db () ;
new_database_connection () ;
List.iter ~f:Unix.mkdir_p results_dir_dir_markers

Loading…
Cancel
Save