Remove the line that prints everything into log (which is unsafe)

This commit is contained in:
Duy Tran Khanh 2021-10-18 05:28:49 +07:00 committed by GitHub
parent 15df3050af
commit d5ee9618fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -305,7 +305,6 @@ public class JREUtils {
setupExitTrap(ctx.getApplication());
chdir(Tools.DIR_GAME_NEW);
ctx.appendlnToLog("FULL ARGS: " + Arrays.toString(userArgs.toArray(new String[0])));
final int exitCode = VMLauncher.launchJVM(userArgs.toArray(new String[0]));
ctx.appendlnToLog("Java Exit code: " + exitCode);
if (exitCode != 0) {