Remove lwjgl debugging arg (#959)

This commit is contained in:
chaos 2023-12-29 00:00:27 +02:00 committed by GitHub
parent ef8b525376
commit f6a697780b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,6 @@ pub fn get_jvm_arguments(
parsed_arguments.push(arg);
}
}
parsed_arguments.push("-Dorg.lwjgl.util.Debug=true".to_string());
Ok(parsed_arguments)
}