Skip to content

Commit

Permalink
Remove leftover debugging change
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole committed May 22, 2023
1 parent 52640d8 commit c8d9c72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/lib/code.ml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ end = struct

let to_string ?origin i = Var_printer.to_string printer ?origin i

(*let print f x = Format.fprintf f "v%d" x*)
let print f x = Format.fprintf f "%s" (to_string x)
let print f x = Format.fprintf f "v%d" x

(* Format.fprintf f "%s" (to_string x) *)

Expand Down

0 comments on commit c8d9c72

Please sign in to comment.