Explorar el Código

no need to flush() everytime (keep previous behavior)

ncannasse hace 7 años
padre
commit
dadb0518ec
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      std/haxe/Log.hx

+ 0 - 1
std/haxe/Log.hx

@@ -65,7 +65,6 @@ class Log {
 		untyped __define_feature__("use._hx_print",_hx_print(str));
 		#elseif sys
 		Sys.println(str);
-		Sys.stdout().flush();
 		#else
 		throw "Not implemented"
 		#end