Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jan 23, 2024
1 parent 928d472 commit cfd961e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/Test_detailed_res.ml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ let get_res db prover file : _ * proof_check_res option =
{ Run_proc_result.errcode; stdout; stderr; rtime; utime; stime }
in
let proof_check_res = get_proof_check db prover file in
Logs.info (fun k -> k "try to get prover");
let prover = Prover.of_db db prover in
Logs.info (fun k -> k "got prover");
Run_result.map ~f:(fun _ -> prover) res, proof_check_res
module PB = PrintBox
Expand Down

0 comments on commit cfd961e

Please sign in to comment.