I assume you are compiling/running with the debug flag ? My guess is you could hack the openfl.util._internal.Log.level = 2 (LogLevel.WARN). If you are compiling/running with -verbose just stop doing that unless you need it for something else, in which case again hack it. Mind you never tried this, but looks like it should work