Explorar o código

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

ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
dadb0518ec
Modificáronse 1 ficheiros con 0 adicións e 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