Browse Source

stop leaving debug prints in your commits ffs

Simon Krajewski 1 year ago
parent
commit
00bbe5b9d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/compiler/compiler.ml

+ 1 - 1
src/compiler/compiler.ml

@@ -693,7 +693,7 @@ module HighLevel = struct
 				end else
 				end else
 					code
 					code
 			with ServerCompilationContext.HxbRoundtrip ->
 			with ServerCompilationContext.HxbRoundtrip ->
-				print_endline "Caught HxbRoundtrip, recursing";
+				(* print_endline "Caught HxbRoundtrip, recursing"; *)
 				each_args := current_each;
 				each_args := current_each;
 				Unix.chdir curdir;
 				Unix.chdir curdir;
 				loop args0 true
 				loop args0 true