Skip to content

Commit c8d9c72

Browse files
committed
Remove leftover debugging change
1 parent 52640d8 commit c8d9c72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler/lib/code.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ end = struct
154154

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

157-
(*let print f x = Format.fprintf f "v%d" x*)
158-
let print f x = Format.fprintf f "%s" (to_string x)
157+
let print f x = Format.fprintf f "v%d" x
159158

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

0 commit comments

Comments
 (0)