2
0
Эх сурвалжийг харах

[compiler] don't print --times twice

Simon Krajewski 3 жил өмнө
parent
commit
694ba48ca6
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  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()