Ver código fonte

[compiler] don't print --times twice

Simon Krajewski 3 anos atrás
pai
commit
694ba48ca6
1 arquivos alterados com 1 adições e 2 exclusões
  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()