Franco Ponticelli пре 14 година
родитељ
комит
6b1fcfcffb
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      typeload.ml

+ 0 - 1
typeload.ml

@@ -750,7 +750,6 @@ let init_class ctx c p herits fields =
 				| None ->
 					let r = exc_protect (fun r ->
 						r := (fun() -> t);
-						if ctx.com.verbose then print_endline ("Typing " ^ s_type_path c.cl_path ^ "." ^ name);
 						cf.cf_meta <- if has_meta ":keep" cf.cf_meta then f.cff_meta else (":keep", [], p) :: f.cff_meta;
 						t
 					) in