소스 검색

removed debug print

Nicolas Cannasse 12 년 전
부모
커밋
159ea52f18
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;