Skip to content

Commit

Permalink
fix(engine): drop debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Oct 31, 2023
1 parent 40a62c7 commit c5f6e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/backends/fstar/fstar_backend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ struct

let pmaybe_refined_ty span (free_variables : string list) (attrs : attrs)
(binder_name : string) (ty : ty) : F.AST.term =
prerr_endline @@ "pmaybe_refined_ty[attrs]=" ^ [%show: attrs] attrs;
match Attrs.associated_refinement_in_type free_variables attrs with
| Some refinement ->
F.mk_refined binder_name (pty span ty) (fun ~x -> pexpr refinement)
Expand Down

0 comments on commit c5f6e56

Please sign in to comment.