Browse Source

removed old debug code

Nicolas Cannasse 13 years ago
parent
commit
9369567ee9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      typeload.ml

+ 0 - 4
typeload.ml

@@ -1611,10 +1611,6 @@ let load_module ctx m p =
 			with Not_found ->
 			with Not_found ->
 				let rec loop = function
 				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))
 						raise (Error (Module_not_found m,p))
 					| load :: l ->
 					| load :: l ->
 						match load m p with
 						match load m p with