Explorar el Código

removed debug print

Nicolas Cannasse hace 12 años
padre
commit
159ea52f18
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      optimizer.ml

+ 0 - 2
optimizer.ml

@@ -146,8 +146,6 @@ let rec type_inline ctx cf f ethis params tret config p force =
 		with Not_found ->
 			(* make sure to duplicate unbound inline variable to prevent dependency leak when unifying monomorph *)
 			if has_meta Meta.Unbound v.v_meta then local v else
-			let v = v in
-			prerr_endline v.v_name;
 			{
 				i_var = v;
 				i_subst = v;