浏览代码

removed old debug code

Nicolas Cannasse 13 年之前
父节点
当前提交
9369567ee9
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      typeload.ml

+ 0 - 4
typeload.ml

@@ -1611,10 +1611,6 @@ let load_module ctx m p =
 			with Not_found ->
 				let rec loop = function
 					| [] ->
-						if s_type_path m = "neko.db._Mysql.D" then begin
-							prerr_endline (String.concat ";" (fst m));
-							assert false;
-						end;
 						raise (Error (Module_not_found m,p))
 					| load :: l ->
 						match load m p with