Remove msg 'Launched from premain'

This commit is contained in:
yushijinhun 2018-09-23 20:47:30 +08:00
parent c2bc0704a1
commit 6b9ead4491
No known key found for this signature in database
GPG key ID: 5BC167F73EA558E4

View file

@ -16,7 +16,6 @@ public class AuthlibInjectorPremain {
public static void premain(String arg, Instrumentation instrumentation) {
try {
Logging.LAUNCH.info("Launched from premain");
initInjector(arg, instrumentation, false);
} catch (Throwable e) {
Logging.LAUNCH.log(Level.SEVERE, "An exception has occurred, exiting", e);