Skip to content

Commit

Permalink
minor: remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
strub committed Sep 20, 2024
1 parent 9f9be58 commit 7a566d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ecLowGoal.ml
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,6 @@ let tt_apply ?(cutsolver : cutsolver option) (pt : proofterm) (tc : tcenv) =
tc

| Some cutsolver -> begin
Format.eprintf "%d@." (DMap.cardinal subgoals);
FApi.t_onall (fun tc ->
let tactic =
match DMap.find_opt (FApi.tc1_handle tc) subgoals with
Expand Down

0 comments on commit 7a566d6

Please sign in to comment.