Skip to content

Commit 7a566d6

Browse files
committed
minor: remove debugging output
1 parent 9f9be58 commit 7a566d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ecLowGoal.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ let tt_apply ?(cutsolver : cutsolver option) (pt : proofterm) (tc : tcenv) =
665665
tc
666666

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

0 commit comments

Comments
 (0)