瀏覽代碼

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;