Bläddra i källkod

[compiler] don't print --times twice

Simon Krajewski 3 år sedan
förälder
incheckning
694ba48ca6
1 ändrade filer med 1 tillägg och 2 borttagningar
  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()