Forráskód Böngészése

[compiler] don't print --times twice

Simon Krajewski 3 éve
szülő
commit
694ba48ca6
1 módosított fájl, 1 hozzáadás és 2 törlés
  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()