Nicolas Cannasse 10 lat temu
rodzic
commit
3d982623e8
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      interp.ml

+ 0 - 1
interp.ml

@@ -2489,7 +2489,6 @@ let macro_lib =
 				Hashtbl.replace (ccom()).resources name data;
 				Hashtbl.replace (ccom()).resources name data;
 				if name = "" then failwith "Empty resource name";
 				if name = "" then failwith "Empty resource name";
 				let m = if name.[0] = '$' then (get_ctx()).curapi.current_macro_module() else (get_ctx()).curapi.current_module() in
 				let m = if name.[0] = '$' then (get_ctx()).curapi.current_macro_module() else (get_ctx()).curapi.current_module() in
-				prerr_endline ("RES : " ^ Ast.s_type_path m.m_path);
 				m.m_extra.m_binded_res <- PMap.add name data m.m_extra.m_binded_res;
 				m.m_extra.m_binded_res <- PMap.add name data m.m_extra.m_binded_res;
 				VNull
 				VNull
 			| _ -> error()
 			| _ -> error()