Ver código fonte

remove debug output [skip ci]

Simon Krajewski 8 anos atrás
pai
commit
2d3f8e88ac
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/compiler/main.ml

+ 1 - 1
src/compiler/main.ml

@@ -289,7 +289,7 @@ let generate tctx ext xml_out interp swf_header =
 		Codegen.Dump.dump_dependencies com;
 		Codegen.Dump.dump_dependencies com;
 		if not tctx.Typecore.in_macro then match tctx.Typecore.g.Typecore.macros with
 		if not tctx.Typecore.in_macro then match tctx.Typecore.g.Typecore.macros with
 			| None -> ()
 			| None -> ()
-			| Some(_,ctx) -> print_endline "generate"; Codegen.Dump.dump_dependencies ~target_override:(Some "macro") ctx.Typecore.com
+			| Some(_,ctx) -> Codegen.Dump.dump_dependencies ~target_override:(Some "macro") ctx.Typecore.com
 	end;
 	end;
 	begin match com.platform with
 	begin match com.platform with
 		| Neko | Hl | Eval when interp -> ()
 		| Neko | Hl | Eval when interp -> ()