浏览代码

[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()