소스 검색

remove debug

Simon Krajewski 12 년 전
부모
커밋
0d969cf475
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      matcher.ml

+ 0 - 1
matcher.ml

@@ -1368,7 +1368,6 @@ and to_array_switch cctx t st cases =
 
 let match_expr ctx e cases def with_type p =
 	let dt,var_inits,t,dtl = make_dt ctx e cases def with_type p in
-	if p.pfile = "src/Main.hx" then print_endline (s_dt "" dt);
 	let lut = Hashtbl.create 0 in
 	Hashtbl.iter (fun k v -> Hashtbl.replace lut v k) dtl;
 	let cctx = {