From c8d9c7221776c17bc0b390ac572d4d50d9d6ba9d Mon Sep 17 00:00:00 2001 From: Olivier Nicole Date: Mon, 22 May 2023 14:45:05 +0200 Subject: [PATCH] Remove leftover debugging change --- compiler/lib/code.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/lib/code.ml b/compiler/lib/code.ml index 196b204c54..a14cdc5e70 100644 --- a/compiler/lib/code.ml +++ b/compiler/lib/code.ml @@ -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) *)