Skip to content

Commit

Permalink
remove debug spew
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso committed Jan 15, 2025
1 parent f1b4651 commit 6d27844
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/codegen/compile_enhanced.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12268,11 +12268,9 @@ and compile_prim_invocation (env : E.t) ae p es at =

| ICStableRead ty, [] ->
SR.Vanilla,
(* IC.compile_static_print env ("ICStableRead" ^ Type.string_of_typ ty) ^^ *)
Persistence.load env ty
| ICStableWrite ty, [] ->
SR.unit,
(* IC.compile_static_print env ("ICStableWrite" ^ Type.string_of_typ ty) ^^ *)
Persistence.save env ty

(* Cycles *)
Expand Down

0 comments on commit 6d27844

Please sign in to comment.