소스 검색

[compiler] don't print --times twice

Simon Krajewski 3 년 전
부모
커밋
694ba48ca6
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/compiler/haxe.ml

+ 1 - 2
src/compiler/haxe.ml

@@ -57,5 +57,4 @@ with Not_found ->
 	let sctx = ServerCompilationContext.create false in
 	Server.process sctx (Communication.create_stdio ()) args;
 );
-other();
-if !Timer.measure_times then Timer.report_times prerr_endline
+other()