Explorar o código

[compiler] don't print --times twice

Simon Krajewski %!s(int64=3) %!d(string=hai) anos
pai
achega
694ba48ca6
Modificáronse 1 ficheiros con 1 adicións e 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()