Explorar el Código

[compiler] don't print --times twice

Simon Krajewski hace 3 años
padre
commit
694ba48ca6
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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()